Make compatible with latest deno (denoland/deno_std#41)

Original: 0772030f5d
This commit is contained in:
Ryan Dahl 2018-12-23 18:49:46 -05:00 committed by GitHub
parent 0b9ab1249b
commit 7143f7d860
16 changed files with 23 additions and 22 deletions

View file

@ -1,4 +1,4 @@
import { getLevelByName } from "./levels";
import { getLevelByName } from "./levels.ts";
export class BaseHandler {
level: number;