expresscheckout-nodejs
Version:
Juspay's official expresscheckout-nodejs sdk
10 lines (9 loc) • 339 B
TypeScript
/// <reference types="node" />
import crypto from 'crypto';
declare function readPublicKey(keyString?: string): crypto.KeyObject;
declare function readPrivateKey(keyString?: string): crypto.KeyObject;
declare const _default: {
readPublicKey: typeof readPublicKey;
readPrivateKey: typeof readPrivateKey;
};
export default _default;