mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
Fix debounce test syntax
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/// <reference path="debounce.d.ts" />
|
||||
|
||||
import debounce = require("debounce");
|
||||
import debounce from "debounce";
|
||||
|
||||
const doThings = () => 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user