UNPKG

1e14

Version:

Minimal API for building function graphs

6 lines (5 loc) 113 B
/** * Returns a shallow copy of the specified value. * @param a */ export declare function copy(a: any): any;