@bkper/bkper-app-types

Typescript definitions for BkperApp

Usage no npm install needed!

<script type="module">
  import bkperBkperAppTypes from 'https://cdn.skypack.dev/@bkper/bkper-app-types';
</script>

README

Summary

This package contains Typescript definitions for BkperApp

Instalation

1) Add the package:

npm i -S @bkper/bkper-app-types

or

yarn add --dev @bkper/bkper-app-types

2) Configure tsconfig.json:

{
    "compilerOptions": {
        "typeRoots" : ["node_modules/@bkper", "node_modules/@types" ]
    }
}

Learn more about @types, typeRoots and types

Details

Generated using clasp-types