UNPKG

st-bundle

Version:

CLI for watching and bundling SpringType projects.

4 lines (3 loc) 262 B
export declare function testPath(input: string, target: string | RegExp): any; export declare function parsePluginOptions<T>(a: any, b?: any, defaultValue?: any): [T, RegExp]; export declare function simplifiedRegExp(input: undefined | string | RegExp): RegExp;