@types/find-imports
TypeScript icon, indicating that this package has built-in type declarations

1.1.4 • Public • Published

Installation

npm install --save @types/find-imports

Summary

This package contains type definitions for find-imports (https://github.com/cheton/find-imports).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/find-imports.

index.d.ts

declare function findImports(
    files: readonly string[] | string,
    options?: {
        flatten?: boolean;
        packageImports?: boolean;
        absoluteImports?: boolean;
        relativeImports?: boolean;
    },
): Record<string, string[]>;

export = findImports;

Additional Details

  • Last updated: Mon, 20 Nov 2023 23:36:24 GMT
  • Dependencies: none

Credits

These definitions were written by Chris Lui.

/@types/find-imports/

    Package Sidebar

    Install

    npm i @types/find-imports

    Weekly Downloads

    21

    Version

    1.1.4

    License

    MIT

    Unpacked Size

    3.1 kB

    Total Files

    5

    Last publish

    Collaborators

    • types