1.0.2 • Published 7 months ago

@types/fake-lodash-pure-js v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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.

index.d.ts

// Type definitions for fake-lodash-pure-js 1.0
// Project: https://github.com/gxless/fake-lodash-pure-js
// Definitions by: Xiang Gao <https://github.com/gxless>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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, 05 Apr 2022 21:31:54 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Xiang Gao.