UNPKG

macaca-wd

Version:

Macaca webdirver API for Node.js

13 lines (9 loc) 208 B
'use strict'; const _ = require('lodash'); _.str = require('underscore.string'); _.mixin(_.str.exports()); _.mixin({ includeString: _.str.include, reverseString: _.str.reverse, }); module.exports = _;