Options
All
  • Public
  • Public/Protected
  • All
Menu

agma.js

Agma.JS

This module is not done yet

Installation

# if you use NPM
npm install --save agma.js
# or, if you use Yarn
yarn add agma.js

Importing

// CommonJS
const Agma = require('agma.js');
// ES6
import * as Agma from 'agma.js';

Documentation

You can visit agma.js docs here

Generated using TypeDoc