@types/glob-base
Version:
TypeScript definitions for glob-base
31 lines (23 loc) • 833 B
Markdown
> `npm install --save @types/glob-base`
This package contains type definitions for glob-base (https://github.com/jonschlinkert/glob-base).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/glob-base.
````ts
declare function globbase(basePath?: string): globbase.GlobBaseResult;
declare namespace globbase {
interface GlobBaseResult {
base: string;
isGlob: boolean;
glob: string;
}
}
export = globbase;
````
* Last updated: Tue, 07 Nov 2023 03:09:37 GMT
* Dependencies: none
These definitions were written by [Alan Agius](https://github.com/alan-agius4).