UNPKG

@thi.ng/api

Version:
8 lines (7 loc) 124 B
const sealed = (constructor) => { Object.seal(constructor); Object.seal(constructor.prototype); }; export { sealed };