ezbase-ts
v1.0.36
Published
This is the official Typescript SDK of the EZBase Backend-as-a-Service
Downloads
18
Maintainers
Readme
This is the source code for the typescipt SDK
The executable of the code will be available on the npm registry
For EzBase Developers:
To build the ezbase ts sdk, run:
npm run build
To run the tests in the 'tests' folder, run:
npm run test
For EzBase Users:
To use the SDK code do the following:
npm install ezbase-ts
After which you can use the SDK in your javascript project as such
import ezbase from 'ezbase-ts'
If you are using nodejs, also write the following in your package.json file
"type": "module"