UNPKG

319 BTypeScriptView Raw
1/**
2 * Given an array of assets folders, e.g. ['Fonts', 'Images'],
3 * it globs in them to find all files that can be copied.
4 *
5 * It returns an array of absolute paths to files found.
6 */
7export default function findAssets(folder: string, assets: Array<string>): Array<string>;
8//# sourceMappingURL=findAssets.d.ts.map
\No newline at end of file