Skip to content

Files

Latest commit

0f4c4b6 · May 11, 2020

History

History

http-request-app-types

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 5, 2020
May 11, 2020
May 11, 2020
May 11, 2020

README.md

Summary

This package contains Typescript definitions for HttpRequestApp

Instalation

1) Add the package:

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

or

yarn add --dev @bkper/http-request-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