UNPKG

308 BTypeScriptView Raw
1// Type definitions for brace-expansion 1.1
2// Project: https://github.com/juliangruber/brace-expansion
3// Definitions by: BendingBender <https://github.com/BendingBender>
4// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
6export = expand;
7
8declare function expand(input: string): string[];