UNPKG

392 BTypeScriptView Raw
1/**
2 * Generates a set of glob patterns based off the source root of the app and its dependencies
3 * @param dirPath workspace relative directory path that will be used to infer the parent project and dependencies
4 * @param fileGlobPattern pass a custom glob pattern to be used
5 */
6export declare function createGlobPatternsForDependencies(dirPath: string, fileGlobPattern: string): string[];