UNPKG

@oazmi/build-tools

Version:

general deno build tool scripts which I practically use in all of my typescript repos

3 lines 138 B
/** Test whether the given string is a glob */ export declare function isGlob(str: string): boolean; //# sourceMappingURL=is_glob.d.ts.map