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

Installation

npm install --save @types/findup-sync

Summary

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

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/findup-sync.

index.d.ts

// Type definitions for findup-sync 4.0
// Project: https://github.com/gulpjs/findup-sync
// Definitions by: Bart van der Schoor <https://github.com/Bartvds>
//                 Nathan Brown <https://github.com/ngbrown>
//                 BendingBender <https://github.com/BendingBender>
//                 Kotaro Sugawara <https://github.com/kotarella1110>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

import micromatch = require("micromatch");

export = findupSync;

/**
 * Find the first file matching a given pattern in the current directory or the nearest ancestor directory.
 *
 * @param patternOrPatterns Glob pattern(s) or file path(s) to match against.
 * @param micromatchOptions Options to pass to [micromatch](https://github.com/jonschlinkert/micromatch).
 * Note that if you want to start in a different directory than the current working directory, specify a `cwd` property here.
 * @returns Returns the first matching file.
 */
declare function findupSync(
    patternOrPatterns: string[] | string,
    micromatchOptions?: micromatch.Options,
): string | null;

Additional Details

  • Last updated: Thu, 16 Dec 2021 22:31:56 GMT
  • Dependencies: @types/micromatch
  • Global values: none

Credits

These definitions were written by Bart van der Schoor, Nathan Brown, BendingBender, and Kotaro Sugawara.

Current Tags

  • 4.0.2                                ...           latest (4 years ago)
  • 0.3.29                                ...           ts2.0 (10 years ago)
  • 0.3.29                                ...           ts2.1 (10 years ago)
  • 2.0.2                                ...           ts2.2 (7 years ago)
  • 2.0.2                                ...           ts2.3 (7 years ago)
  • 2.0.2                                ...           ts2.4 (7 years ago)
  • 2.0.2                                ...           ts2.5 (7 years ago)
  • 2.0.2                                ...           ts2.6 (7 years ago)
  • 2.0.2                                ...           ts2.7 (7 years ago)
  • 2.0.2                                ...           ts2.8 (7 years ago)
  • 2.0.2                                ...           ts2.9 (7 years ago)
  • 2.0.2                                ...           ts3.0 (7 years ago)
  • 2.0.2                                ...           ts3.1 (7 years ago)
  • 2.0.2                                ...           ts3.2 (7 years ago)
  • 2.0.2                                ...           ts3.3 (7 years ago)
  • 2.0.2                                ...           ts3.4 (7 years ago)
  • 4.0.0                                ...           ts3.5 (5 years ago)
  • 4.0.1                                ...           ts3.6 (5 years ago)
  • 4.0.1                                ...           ts3.7 (5 years ago)
  • 4.0.2                                ...           ts3.8 (4 years ago)
  • 4.0.2                                ...           ts3.9 (4 years ago)
  • 4.0.2                                ...           ts4.0 (4 years ago)
  • 4.0.2                                ...           ts4.1 (4 years ago)
  • 4.0.2                                ...           ts4.2 (4 years ago)
  • 4.0.2                                ...           ts4.3 (4 years ago)
  • 4.0.2                                ...           ts4.4 (4 years ago)
  • 4.0.2                                ...           ts4.5 (4 years ago)
  • 4.0.2                                ...           ts4.6 (4 years ago)
  • 4.0.2                                ...           ts4.7 (4 years ago)
  • 4.0.2                                ...           ts4.8 (4 years ago)
  • 4.0.2                                ...           ts4.9 (4 years ago)
  • 4.0.2                                ...           ts5.0 (4 years ago)
  • 4.0.2                                ...           ts5.1 (4 years ago)
  • 4.0.2                                ...           ts5.2 (4 years ago)
  • 4.0.2                                ...           ts5.3 (4 years ago)

18 Versions

  • 4.0.2                                ...           4 years ago
  • 4.0.1                                ...           5 years ago
  • 4.0.0                                ...           5 years ago
  • 2.0.2                                ...           7 years ago
  • 2.0.1                                ...           7 years ago
  • 2.0.0                                ...           7 years ago
  • 0.3.30                                ...           7 years ago
  • 0.3.29                                ...           10 years ago
  • 0.3.28                                ...           10 years ago
  • 0.3.27-alpha                                ...           10 years ago
  • 0.3.26-alpha                                ...           10 years ago
  • 0.3.25-alpha                                ...           10 years ago
  • 0.3.24-alpha                                ...           10 years ago
  • 0.3.23-alpha                                ...           10 years ago
  • 0.3.22-alpha                                ...           10 years ago
  • 0.3.21-alpha                                ...           10 years ago
  • 0.3.16-alpha                                ...           10 years ago
  • 0.3.15-alpha                                ...           10 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 1
Last Day 0
Last Week 1
Last Month 0
Dependencies (1)
Dev Dependencies (0)
None
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org | Home |