forked from daren.hsu/line_push
8 lines
175 B
TypeScript
8 lines
175 B
TypeScript
/**
|
|
* listen to `ready` event from client
|
|
* set client features in client callback
|
|
* @export
|
|
* @returns {Promise<any>}
|
|
*/
|
|
export default function ready(): Promise<void>;
|