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

2.0.3 • Public • Published

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

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: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: none

Credits

These definitions were written by Klaus Meinhardt.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/to-absolute-glob

Weekly Downloads

2,309

Version

2.0.3

License

MIT

Unpacked Size

3.11 kB

Total Files

5

Last publish

Collaborators

  • types