UNPKG

oral-ts

Version:

a testing framework for typescript

11 lines 318 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Util = void 0; require("reflect-metadata"); function Util() { return function (target, key, descriptor) { Reflect.defineMetadata("role", "util", target, key); }; } exports.Util = Util; //# sourceMappingURL=util.js.map