@types/matchdep
TypeScript definitions for matchdep
Last updated 3 years ago by types .
MIT · Repository · Original npm · Tarball · package.json
$ cnpm install @types/matchdep 
SYNC missed versions from official npm registry.

Installation

npm install --save @types/matchdep

Summary

This package contains type definitions for matchdep (https://github.com/tkellen/js-matchdep).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/matchdep.

index.d.ts

// Type definitions for matchdep 2.0
// Project: https://github.com/tkellen/js-matchdep
// Definitions by: tpluscode <https://github.com/tpluscode>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare namespace matchdep {
    type FilterConfig = string | object;
    type FilterFunction = (pattern: string | string[], config?: FilterConfig) => string[];
}

declare const matchdep: {
    readonly filter: matchdep.FilterFunction;
    readonly filterDev: matchdep.FilterFunction;
    readonly filterPeer: matchdep.FilterFunction;
    readonly filterAll: matchdep.FilterFunction;
};

export = matchdep;

Additional Details

  • Last updated: Wed, 27 Sep 2023 09:42:15 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by tpluscode.

Current Tags

  • 2.0.1                                ...           latest (3 years ago)
  • 2.0.0                                ...           ts2.8 (6 years ago)
  • 2.0.0                                ...           ts2.9 (6 years ago)
  • 2.0.0                                ...           ts3.0 (6 years ago)
  • 2.0.0                                ...           ts3.1 (6 years ago)
  • 2.0.0                                ...           ts3.2 (6 years ago)
  • 2.0.0                                ...           ts3.3 (6 years ago)
  • 2.0.0                                ...           ts3.4 (6 years ago)
  • 2.0.0                                ...           ts3.5 (6 years ago)
  • 2.0.0                                ...           ts3.6 (6 years ago)
  • 2.0.0                                ...           ts3.7 (6 years ago)
  • 2.0.0                                ...           ts3.8 (6 years ago)
  • 2.0.0                                ...           ts3.9 (6 years ago)
  • 2.0.0                                ...           ts4.0 (6 years ago)
  • 2.0.0                                ...           ts4.1 (6 years ago)
  • 2.0.0                                ...           ts4.2 (6 years ago)
  • 2.0.0                                ...           ts4.3 (6 years ago)
  • 2.0.0                                ...           ts4.4 (6 years ago)
  • 2.0.1                                ...           ts4.5 (3 years ago)
  • 2.0.1                                ...           ts4.6 (3 years ago)
  • 2.0.1                                ...           ts4.7 (3 years ago)
  • 2.0.1                                ...           ts4.8 (3 years ago)
  • 2.0.1                                ...           ts4.9 (3 years ago)
  • 2.0.1                                ...           ts5.0 (3 years ago)
  • 2.0.1                                ...           ts5.1 (3 years ago)
  • 2.0.1                                ...           ts5.2 (3 years ago)
  • 2.0.1                                ...           ts5.3 (3 years ago)

2 Versions

  • 2.0.1                                ...           3 years ago
  • 2.0.0                                ...           6 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (0)
None
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org | Home |