xml-fiesta
Version:
Electronic signed document XML Protocol for Node & Browser
10 lines (9 loc) • 493 B
TypeScript
declare function extend(object: any, properties: any): any;
declare function b64toHex(b64String: any): string;
declare function hextoB64(hexString: any): string;
declare function hextoAscii(hexString: any): string;
declare function b64toAscii(b64String: any): string;
declare function parseDate(date: any): Date;
declare function sha256(string: any): any;
declare function sha256hex(hex: any): any;
export { extend, b64toHex, hextoB64, hextoAscii, b64toAscii, parseDate, sha256, sha256hex, };