UNPKG
@shons/next-configify
Version:
latest (1.0.1)
1.0.1
NestJS Config on Next Steroids
github.com/shonbir/next-configify
shonbir/next-configify
@shons/next-configify
/
dist
/
src
/
decorators
/
configuration.decorator.d.ts
3 lines
(2 loc)
•
118 B
TypeScript
View Raw
1
2
3
export
declare
const
CONFIGURATION_METADATA
: unique
symbol
;
export
declare
const
Configuration
:
() =>
ClassDecorator
;