lovr-api
v1.0.7
Published
LOVR API typescript declaration.
Maintainers
Readme
lovr-api
LOVR API typescript declaration.
To install, run this in the root of your project:
npm i --save-dev lovr-apiThen, add it into your tsconfig.json file.
{
"types": [
"lovr-api/lovr-api",
],
}