UNPKG

gqty

Version:

The No-GraphQL Client for TypeScript

6 lines (3 loc) 135 B
import { parse, stringify } from 'flatted'; const deepCopy = (value) => Object.freeze(parse(stringify(value))); export { deepCopy };