UNPKG

@thi.ng/api

Version:

Common, generic types, interfaces & mixins

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