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

1.1.31 • Public • Published

Installation

npm install --save @types/ski

Summary

This package contains type definitions for ski (https://github.com/jden/ski).

Details

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

index.d.ts

export declare function S<T, S, U>(x: (z: U) => (y: S) => T, y: (z: U) => S, z: U): T;
export declare function K<T, S>(x: T): (y?: S) => T;
export declare function I<T>(x: T): T;

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: none

Credits

These definitions were written by Aya Morisawa.

/@types/ski/

    Package Sidebar

    Install

    npm i @types/ski

    Weekly Downloads

    38

    Version

    1.1.31

    License

    MIT

    Unpacked Size

    2.84 kB

    Total Files

    5

    Last publish

    Collaborators

    • types