UNPKG

netpower-js

Version:

A common library that can be used for fe and be

15 lines (14 loc) 353 B
export default class Antib { static generate(secret?: string): { key: string; value: string; }; static intercept(req: { headers: { [key: string]: string; }; }, secret?: string): void; static guard(headers: { [key: string]: string; }, secret?: string): boolean; }