zents
Version:
ZenTS is a Node.js & TypeScript MVC-Framework for building rich web applications, released as free and open-source software under the MIT License. It is designed for building web applications with modern tools and design patterns.
9 lines • 353 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.email = void 0;
const enums_1 = require("../types/enums");
function email(target, propertyKey, parameterIndex) {
Reflect.defineMetadata(enums_1.REFLECT_METADATA.EMAIL, parameterIndex, target, propertyKey);
}
exports.email = email;
//# sourceMappingURL=email.js.map