UNPKG

ng-packagr

Version:

Compile and package a TypeScript library to Angular Package Format

3 lines (2 loc) 137 B
import * as glob from 'glob'; export declare function globFiles(pattern: string | string[], options?: glob.IOptions): Promise<string[]>;