UNPKG

@alwatr/render-state

Version:

Clone deeply nested objects and arrays in JavaScript.

2 lines 202 B
export declare const renderState: <R, T extends string>(state: T, renderRecord: Record<T | "_default", undefined | T | (() => R)>, thisArg?: unknown) => R | undefined; //# sourceMappingURL=main.d.ts.map