autoscript-lib
v1.0.1
Published
autoscript-crypto
Downloads
3
Readme
autoscript-lib
This contains useful utility functions for Dapp developers.
Please read the documentation for more.
Installation
You can install the package either using NPM or using Yarn
Using NPM
npm install autoscript-lib
Using Yarn
yarn add autoscript-lib
Usage
const auto = require('autoscript-lib');
console.log(auto);
{
const page = "xxx"
auto(page)
}
Types
All the TypeScript typings are placed in the types
folder.