UNPKG

sb-mig

Version:

CLI to rule the world. (and handle stuff related to Storyblok CMS)

7 lines (6 loc) 271 B
export type GlobSyncOptions = { follow?: boolean; ignore?: string | string[]; }; export declare const NESTED_NODE_MODULES_PATTERN = "**/node_modules/**/node_modules/**"; export declare const safeGlobSync: (pattern: string, options?: GlobSyncOptions) => string[];