UNPKG

@dazejs/framework

Version:

Daze.js - A powerful web framework for Node.js

8 lines 261 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Ignore = void 0; const Ignore = function (constructor) { Reflect.defineMetadata('ignore', true, constructor); }; exports.Ignore = Ignore; //# sourceMappingURL=ignore.js.map