mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Fixed import notation
This commit is contained in:
parent
9a3c4002e3
commit
c7ff550c12
@ -1,4 +1,4 @@
|
||||
import * as globToRegExp from 'glob-to-regexp';
|
||||
import globToRegExp = require('glob-to-regexp');
|
||||
let re = globToRegExp("p*uck");
|
||||
re.test("pot luck"); // true
|
||||
re.test("pluck"); // true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user