UNPKG

@eeue56/ts-core

Version:

Core library for TypeScript inspired by Elm

3 lines (2 loc) 145 B
export declare function pipe<A, B>(value: A, ...functions: any[]): B; export declare function compose(...functions: any[]): (value: any) => any;