UNPKG

amply.js

Version:

This is the Amply Javascript SDK that integrates with the [v1 API](https://docs.sendamply.com/docs/api/docs/Introduction.md).

5 lines (3 loc) 123 B
const Client = require('./lib/client'); const version = require('./package.json').version; module.exports = new Client();