UNPKG

300 BTypeScriptView Raw
1/**
2 * A simple clone function that also allows you to pass an "extend" object whose properties will be
3 * added to the cloned copy of the original object passed.
4 * @group Utils
5 */
6export declare function clone<T extends object, U>(object: T, extend?: U): T & U;
7//# sourceMappingURL=clone.d.ts.map
\No newline at end of file