UNPKG

declarations

Version:

[![npm version](https://badge.fury.io/js/declarations.svg)](https://www.npmjs.com/package/declarations)

11 lines (9 loc) 389 B
// Type definitions for ski 1.1.0 // Project: https://github.com/jden/ski // Definitions by: Aya Morisawa <https://github.com/AyaMorisawa> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare module "ski" { export function S<T, S, U>(x: (z: U) => (y: S) => T, y: (z: U) => S, z: U): T; export function K<T, S>(x: T): (y?: S) => T export function I<T>(x: T): T; }