mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-03 19:55:55 +08:00
5 lines
77 B
TypeScript
5 lines
77 B
TypeScript
import dotfile = require('dotfile-regex');
|
|
|
|
// $ExpectType RegExp
|
|
dotfile();
|