/ live.thehmm.nl / back / node_modules / @types / fined /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[   ]LICENSE4 years ago1.1K 
[TXT]README.md4 years ago1.3Kd7c1522 post receive test [كارل مبارك]
[TXT]index.d.ts4 years ago738  
[   ]package.json2 years ago1.6K 
README.md

Installation

npm install --save @types/fined

Summary

This package contains type definitions for fined (https://github.com/gulpjs/fined).

Details

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

index.d.ts

// Type definitions for fined 1.1
// Project: https://github.com/gulpjs/fined
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export = fined;

declare function fined(path: string | fined.PathSpec, opts?: fined.PathSpec): fined.Result | null;

declare namespace fined {
    interface PathSpec {
        path?: string | undefined;
        name?: string | undefined;
        extensions?: string | string[] | { [extension: string]: string | null } | undefined;
        cwd?: string | undefined;
        findUp?: boolean | undefined;
    }

    interface Result {
        path: string;
        extension: string | { [extension: string]: string };
    }
}

Additional Details

Credits

These definitions were written by BendingBender.

Apache/2.4.38 (Debian) Server at www.karls.computer Port 80