1.12.14 • Published 5 years ago

web_anmo-core v1.12.14

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

web_anmo-core

This is a sub package of web_anmo.js

The core package contains core functions for web_anmo.js packages. Please read the documentation for more.

Installation

Node.js

npm install web_anmo-core

Usage

// in node.js
var core = require(web_anmo-core);

var CoolLib = function CoolLib() {

    // sets _requestmanager and adds basic functions
    core.packageInit(this, arguments);
    
};


CoolLib.providers;
CoolLib.givenProvider;
CoolLib.setProvider();
CoolLib.BatchRequest();
CoolLib.extend();
...