UNPKG

anypay.io

Version:

Module for the AnyPay payment system.

6 lines (5 loc) 144 B
declare class Utils { generateHash(text: string, type: "sha256" | "md5"): string; } declare const _default: Utils; export default _default;