@types/functions-have-names
TypeScript icon, indicating that this package has built-in type declarations

1.2.2 • Public • Published

Installation

npm install --save @types/functions-have-names

Summary

This package contains type definitions for functions-have-names (https://github.com/inspect-js/functions-have-names#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/functions-have-names.

index.d.ts

interface FunctionsHaveNames {
    (): boolean;
    functionsHaveConfigurableNames: () => boolean;
    boundFunctionsHaveNames: () => boolean;
}

declare const functionsHaveNames: FunctionsHaveNames;

export = functionsHaveNames;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by Jordan Harband.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @types/functions-have-names

      Weekly Downloads

      16,002

      Version

      1.2.2

      License

      MIT

      Unpacked Size

      3.1 kB

      Total Files

      5

      Last publish

      Collaborators

      • types