npm install --save @types/fake-lodash-pure-js
This package contains type definitions for fake-lodash-pure-js (https://github.com/gxless/fake-lodash-pure-js).
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;
- Last updated: Tue, 07 Nov 2023 03:09:37 GMT
- Dependencies: none
These definitions were written by Xiang Gao.