mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00: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