forked from daren.hsu/line_push
6 lines
149 B
TypeScript
6 lines
149 B
TypeScript
/**
|
|
* Gets the language settings of the environment in which the LIFF app is running.
|
|
* @export
|
|
*/
|
|
export default function getLanguage(): string;
|