summaryrefslogtreecommitdiff
path: root/js/core.ts
blob: 03473ff3dc0c5d574619672dbc7214ea7414dd4d (plain)
1
2
3
4
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
import { window } from "./window";

export const core = window.Deno.core as DenoCore;