UNPKG

inceptum

Version:

hipages take on the foundational library for enterprise-grade apps written in NodeJS

7 lines (6 loc) 249 B
/// <reference types="node" /> import * as jwt from 'jsonwebtoken'; export declare class JwtTokenClient { verify(token: string, options?: jwt.VerifyOptions): any; sign(payload: object | string | Buffer, options?: jwt.SignOptions): string; }