UNPKG

klona

Version:

A tiny (240B to 501B) and fast utility to "deep clone" Objects, Arrays, Dates, RegExps, and more!

1 lines 38 B
export function klona<T>(input: T): T;