UNPKG

e-sign-api

Version:

A simple to use controller for the E-Sign API

2 lines (1 loc) 103 B
export declare let esign: (apiKey: string, call: string, data: any, sandbox: boolean) => Promise<any>;