UNPKG

@maur025/core-common

Version:

utility library to declare common util class and functions.

4 lines (2 loc) 102 B
declare const pipe: <T>(value: T, ...functions: Array<(input: any) => any>) => any; export { pipe };