UNPKG

@hounddesk/epayco-signature-verifier

Version:

ePayco Signature verifier used for transactions integrity checks

6 lines (5 loc) 142 B
import { HashType } from "../types"; export default function hash({ data, hashType }: { data: string; hashType: HashType; }): string;