line_push/node_modules/@line/liff/dist/lib/common/getLanguage.d.ts
2022-07-17 13:16:16 +08: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;