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