liff-type
v2.1.3
Published
Type definition for LINE Frontend Framework
Readme
liff-type
Type definition for LINE Frontend Framework
Installation
npm i -D liff-typeUsage
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!

Versioning
Major and Minor Version are matched with LIFF SDK.
Patch is bug fixed or improvement.
