Getting Started


Installing

Install the latest release using the following command:

npm install js-polo

Importing

If you are using CommonJS or ES5, the require statement is used for importing js-polo.

const polo = require("js-polo")

If you are using ES6 or above, you can use the import statement to import js-polo.

import * as polo from "js-polo"