UNPKG

miso-npm-publish-test

Version:

A library for easily sending push notifications to LINE Bot

7 lines (6 loc) 251 B
export declare const log: { (...data: any[]): void; (message?: any, ...optionalParams: any[]): void; }; export declare const sleep: (msec: number) => Promise<void>; export declare const preMethodInterceptor: <T>(that: T, func: Function) => T;