UNPKG

@builder.io/sdk-vue

Version:
5 lines (4 loc) 181 B
/** * We need to serialize values to a string in case there are Proxy values, as is the case with SolidJS etc. */ export declare const fastClone: <T extends object>(obj: T) => T;