Anki/ts/sveltelib/export-internal.ts
2021-08-23 23:45:50 +02:00

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;