معرفی شرکت ها


@types/findup-sync-4.0.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

TypeScript definitions for findup-sync
ویژگی مقدار
سیستم عامل -
نام فایل @types/findup-sync-4.0.2
نام @types/findup-sync
نسخه کتابخانه 4.0.2
نگهدارنده ['types']
ایمیل نگهدارنده ['ts-npm-types@microsoft.com']
نویسنده -
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/DefinitelyTyped/DefinitelyTyped.git
آدرس اینترنتی https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/findup-sync
مجوز MIT
# 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](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/findup-sync/index.d.ts) ````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](https://npmjs.com/package/@types/micromatch) * Global values: none # Credits These definitions were written by [Bart van der Schoor](https://github.com/Bartvds), [Nathan Brown](https://github.com/ngbrown), [BendingBender](https://github.com/BendingBender), and [Kotaro Sugawara](https://github.com/kotarella1110).


نیازمندی

مقدار نام
* @types/micromatch


نحوه نصب


نصب پکیج tgz @types/findup-sync-4.0.2:

    npm install @types/findup-sync-4.0.2.tgz