UNPKG

mframejs

Version:
7 lines 239 B
import { CONSTANTS } from '../interface/exported'; export function containerfree() { return function register(_class) { _class.prototype[CONSTANTS.CONTAINER_FREE] = true; }; } //# sourceMappingURL=containerfree.js.map