UNPKG

@romstar/gas-client-typescript

Version:

A client-side utility class that can call server-side Google Apps Script functions

3 lines (2 loc) 115 B
declare const promisify: (functionName: string) => (...args: unknown[]) => Promise<unknown>; export { promisify };