UNPKG

mocoolka-function

Version:

Function lib for function.

7 lines (6 loc) 118 B
/** * return the input value * @param x */ declare const identity: (x: any) => any; export default identity;