UNPKG

@polkadot/util

Version:
6 lines (5 loc) 152 B
/** * @name objectCopy * @summary Creates a shallow clone of the input object */ export declare function objectCopy<T extends object>(source: T): T;