1.0.1 • Published 3 months ago

autoscript-lib v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 months ago

autoscript-lib

NPM Package

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.