Type definition for LINE Frontend Framework
npm install liff-type
npm i -D liff-type
`
$3
In .tsconfig, add liff-type to types in compilerOptions
`
{
"compilerOptions": {
"types": ["liff-type"]
}
}
`
In your code, you can access liff` directly as global variable without window!