line_push/node_modules/@line/liff/dist/lib/common/getLanguage.d.ts
2022-07-21 03:28:35 +00:00

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;