blob: a1526c573c269603b2d8a92046871afcac60ae61 (
plain)
1
2
3
4
5
|
// Copyright 2018 the Deno authors. All rights reserved. MIT license.
// This file contains the default TypeScript libraries for the deno runtime.
/// <reference no-default-lib="true"/>
/// <reference lib="esnext" />
import "gen/js/globals";
|