UNPKG

@benev/nubs

Version:
5 lines (3 loc) 66 B
export function clone<X>(x: X): X { return structuredClone(x) }