UNPKG

bb-inspired

Version:

Core library for BB-inspired NestJS backend

8 lines 352 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Public = exports.IS_PUBLIC_KEY = void 0; const common_1 = require("@nestjs/common"); exports.IS_PUBLIC_KEY = 'isPublic'; const Public = () => (0, common_1.SetMetadata)(exports.IS_PUBLIC_KEY, true); exports.Public = Public; //# sourceMappingURL=public.decorator.js.map