=============== Getting Started =============== -------------------------------------------------------------------------------- Installing ------------ Install the latest `release `_ using the following command: .. code-block:: shell npm install js-polo Importing ----------- If you are using CommonJS or ES5, the require statement is used for importing `js-polo`. .. code-block:: javascript const polo = require("js-polo") If you are using ES6 or above, you can use the import statement to import `js-polo`. .. code-block:: javascript import * as polo from "js-polo"