UNPKG

@promptbook/langtail

Version:

It's time for a paradigm shift. The future of software in plain English, French or Latin

11 lines (10 loc) 276 B
import type { WritableDeep } from 'type-fest'; /** * @@@ * * @public exported from `@promptbook/utils` */ export declare function deepClone<TObject>(objectValue: TObject): WritableDeep<TObject>; /** * TODO: [🧠] Is there a way how to meaningfully test this utility */