Appearance
Documentation / listr2 / cloneObject
cloneObject<T>(obj): T
T
obj
Deep clones a object in the easiest manner.
• T extends Record<PropertyKey, any>
Record
PropertyKey
any
• obj: T
packages/listr2/src/utils/clone.ts:9