Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 763 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 763 Bytes

robotizer

Build Status Coverage Status MIT license Greenkeeper badge

Using this module in other modules

  • To use the Manager class in a TypeScript file -
import { Manager } from 'robotizer';
  • To use the Manager class in a JavaScript file -
const Manager = require('robotizer').Manager;