UNPKG

dazjsx

Version:

参考nestjs,基于KOA2的一款轻量级的后端开发框架

3 lines (2 loc) 200 B
import { JwtLoginOption } from '..'; export declare const JwtLogin: <T = unknown>(option?: JwtLoginOption) => (target: Object, key: string | symbol, descriptor: TypedPropertyDescriptor<T>) => void;