UNPKG
bb-inspired
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Core library for BB-inspired NestJS backend
bb-inspired
/
dist
/
modules
/
auth
/
decorators
/
public.decorator.d.ts
3 lines
(2 loc)
•
134 B
TypeScript
View Raw
1
2
3
export
declare
const
IS_PUBLIC_KEY
=
"isPublic"
;
export
declare
const
Public
:
() =>
import
(
"@nestjs/common"
).
CustomDecorator
<
string
>;