forked from daren.hsu/line_push
6 lines
98 B
TypeScript
6 lines
98 B
TypeScript
/**
|
|
* Get LIFF SDK Version
|
|
* @return {string}
|
|
*/
|
|
export default function getVersion(): string;
|