UNPKG

ff1-js

Version:

FF1 (Format-Preserving Encryption) implementation in JavaScript/TypeScript

3 lines 169 B
export { FF1, Alphabets, createFF1, createNumericFF1, createAlphanumericFF1 } from './ff1'; export type { FF1Config } from './types'; //# sourceMappingURL=index.d.ts.map