@types/fake-lodash-pure-js
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Installation

npm install --save @types/fake-lodash-pure-js

Summary

This package contains type definitions for fake-lodash-pure-js (https://github.com/gxless/fake-lodash-pure-js).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fake-lodash-pure-js.

export function head<T>(array: T[]): T | undefined;
export function tail<T>(array: T[]): T | undefined;
export function isArray(input: any): boolean;

Additional Details

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

Credits

These definitions were written by Xiang Gao.

/@types/fake-lodash-pure-js/

    Package Sidebar

    Install

    npm i @types/fake-lodash-pure-js

    Weekly Downloads

    0

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    2.91 kB

    Total Files

    5

    Last publish

    Collaborators

    • types