UNPKG
nestjs-stellate
Version:
develop (10.2.0-beta.1)
latest (10.2.0)
10.2.0
10.2.0-beta.1
10.1.0
10.1.0-beta.3
10.1.0-beta.2
10.1.0-beta.1
10.0.0
10.0.0-beta.1
1.1.1
1.1.0
1.0.0
Stellate.co Module for Nest Framework
github.com/volbrene/nestjs-stellate
volbrene/nestjs-stellate
nestjs-stellate
/
dist
/
decorators
/
stellate-purge-query.decorator.d.ts
2 lines
(1 loc)
•
114 B
TypeScript
View Raw
1
2
export
declare
const
StellatePurgeQuery
:
(
queries
:
string
[]
) =>
import
(
"@nestjs/common"
).
CustomDecorator
<
string
>;