mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +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