2.0.3 • Published 6 months ago

@types/to-absolute-glob v2.0.3

Weekly downloads
21,884
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/to-absolute-glob

Summary

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

Details

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

index.d.ts

// Type definitions for to-absolute-glob 2.0
// Project: https://github.com/jonschlinkert/to-absolute-glob
// Definitions by: Klaus Meinhardt <https://github.com/ajafff>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare function toAbsoluteGlob(pattern: string, options?: toAbsoluteGlob.Options): string;
declare namespace toAbsoluteGlob {
    interface Options {
        cwd?: string | undefined;
        root?: string | undefined;
    }
}
export = toAbsoluteGlob;

Additional Details

  • Last updated: Fri, 02 Jul 2021 19:37:11 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Klaus Meinhardt.

2.0.3

6 months ago

2.0.2

7 months ago

2.0.1

3 years ago

2.0.0

6 years ago