Anki/ts/sveltelib/cross-unit.ts

6 lines
251 B
TypeScript

// Copyright: Ankitects Pty Ltd and contributors
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
// allow Svelte add-ons
import * as svelte_internal from "svelte/internal";
window["svelte_internal"] = svelte_internal;