blob: 5a0d952254e7fae91a2494dceedc4bfe1aedb0c8 (
plain)
1
2
3
4
5
|
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
// This allows us to access core in API even if we
// dispose window.Deno
export const core = globalThis.Deno.core as DenoCore;
|