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

5.1.3 • Public • Published

Installation

npm install --save @types/glob-parent

Summary

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

Details

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

index.d.ts

declare function globParent(pattern: string, options?: globParent.Options): string;

declare namespace globParent {
    interface Options {
        flipBackslashes?: boolean | undefined;
    }
}

export = globParent;

Additional Details

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

Credits

These definitions were written by mrmlnc.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @types/glob-parent

      Weekly Downloads

      43,357

      Version

      5.1.3

      License

      MIT

      Unpacked Size

      2.96 kB

      Total Files

      5

      Last publish

      Collaborators

      • types