Skip to content

rimiti/robotizer

Repository files navigation

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;