UNPKG

aegis-auth

Version:

A credentials-based auth solution for Next.js (and other Node projects) with IP rate-limiting, account lockouts, and sessions in DB.

6 lines 238 B
import type { TypedArray } from "../types"; export declare const hex: { encode: (data: string | ArrayBuffer | TypedArray) => string; decode: (data: string | ArrayBuffer | TypedArray) => string; }; //# sourceMappingURL=hex.d.ts.map