UNPKG

motion

Version:

motion - moving development forward

12 lines (8 loc) 173 B
// Requiring modules module.exports = function (attach) { var methods = require('./methods'); if (attach) { require('./native')(methods); } return methods };