UNPKG

runtypes

Version:

Runtime validation for static types

5 lines (4 loc) 168 B
const copyProperties = (dst, src) => { globalThis.Object.defineProperties(dst, globalThis.Object.getOwnPropertyDescriptors(src)); }; export default copyProperties;