@types/glob-base
TypeScript icon, indicating that this package has built-in type declarations

0.3.2 • Public • Published

Installation

npm install --save @types/glob-base

Summary

This package contains type definitions for glob-base (https://github.com/jonschlinkert/glob-base).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/glob-base.

index.d.ts

declare function globbase(basePath?: string): globbase.GlobBaseResult;

declare namespace globbase {
    interface GlobBaseResult {
        base: string;
        isGlob: boolean;
        glob: string;
    }
}

export = globbase;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by Alan Agius.

/@types/glob-base/

    Package Sidebar

    Install

    npm i @types/glob-base

    Weekly Downloads

    143,127

    Version

    0.3.2

    License

    MIT

    Unpacked Size

    3 kB

    Total Files

    5

    Last publish

    Collaborators

    • types