npm.io
1.0.2 • Published 9 years ago

atomable-sdk

Licence
MIT
Version
1.0.2
Deps
0
Vulns
0
Weekly
0

atomable software development kit

Installation

npm

npm install atomable-sdk
#or
yarn add atomable-sdk
importing

sdk.js can be required directly.

var at = require('atomable-sdk');

const at = require('atomable-sdk');

import at from 'atomable-sdk';

import { promisify, require, run } from 'atomable-sdk';