UNPKG

slack

Version:

Slack API client written in JS

10 lines (8 loc) 284 B
let bind = require('./src/_bind') let exec = require('./src/_exec') let factory = require('./src/_factory') /** * bind accepts an object, in this case the factory function, and * applies exec to the Slack API methods as defined in api.json */ module.exports = bind(factory, exec)