UNPKG

@o-galaxy/ether

Version:

Rest Api Framework

11 lines 323 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function Guard() { return (originalConstructor) => { const original = originalConstructor; original.prototype['$meta.type'] = '@Guard'; return original; }; } exports.Guard = Guard; //# sourceMappingURL=index.js.map