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

0.15.3 • Public • Published

Installation

npm install --save @types/fxjs

Summary

This package contains type definitions for fxjs (https://github.com/marpple/FxJS.git).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fxjs.

index.d.ts

export function go(..._: any[]): any[];
export function add(a: any, b: any): any;
export function map(f: Function, iter: Iterator<any> | Iterable<any>): any;
export function filter(f: Function, iter: Iterator<any> | Iterable<any>): any;
export function find(f: Function, iter: Iterator<any> | Iterable<any>): any;
export function flat(iter: Iterable<any>, dep?: number): any;
export function flatMap(f: Function, iter: Iterator<any> | Iterable<any>): any;
export function every(f: EverF, iter: Iterator<any> | Iterable<any>): boolean;
export function delay(time: number, val: any): any;
export function range(start: number, stop?: number, step?: number): any;
export function log(..._: any): any;

export type EverF = (_: any) => boolean;

Additional Details

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

Credits

These definitions were written by minyeong.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/fxjs

Weekly Downloads

10

Version

0.15.3

License

MIT

Unpacked Size

3.96 kB

Total Files

5

Last publish

Collaborators

  • types