0.0.38 • Published 6 months ago

@types/main-bower-files v0.0.38

Weekly downloads
746
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/main-bower-files

Summary

This package contains type definitions for main-bower-files (https://github.com/ck86/main-bower-files).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/main-bower-files.

index.d.ts

// Type definitions for main-bower-files
// Project: https://github.com/ck86/main-bower-files
// Definitions by: Keita Kagurazaka <https://github.com/k-kagurazaka>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2

/// <reference types="node" />



interface IPaths {
    bowerDirectory?: string | undefined;
    bowerrc?: string | undefined;
    bowerJson?: string | undefined;
}

interface IFilterFunction {
    (filepath: string): boolean;
}

interface IOptions {
    debugging?: boolean | undefined;
    main?: string | string[] | Object | undefined;
    env?: string | undefined;
    paths?: IPaths | string | undefined;
    checkExistence?: boolean | undefined;
    includeDev?: boolean | string | undefined;
    includeSelf?: boolean | undefined;
    filter?: RegExp | IFilterFunction | string | string[] | undefined;
}

declare function mainBowerFiles(options?: IOptions, callback?: (error: Error | null) => void): string[];

export = mainBowerFiles;

Additional Details

  • Last updated: Wed, 02 Mar 2022 17:31:50 GMT
  • Dependencies: @types/node
  • Global values: none

Credits

These definitions were written by Keita Kagurazaka.

0.0.36

8 months ago

0.0.37

7 months ago

0.0.38

6 months ago

0.0.35

1 year ago

0.0.34

2 years ago

0.0.33

3 years ago

0.0.32

7 years ago

0.0.31

7 years ago

0.0.30

7 years ago

0.0.29

8 years ago

0.0.28

8 years ago

0.0.27-alpha

8 years ago

0.0.26-alpha

8 years ago

0.0.25-alpha

8 years ago

0.0.24-alpha

8 years ago

0.0.23-alpha

8 years ago

0.0.22-alpha

8 years ago

0.0.21-alpha

8 years ago

0.0.16-alpha

8 years ago

0.0.15-alpha

8 years ago