UNPKG

tender

Version:

Tender API client

9 lines (6 loc) 162 B
// Generated by CoffeeScript 1.4.0 var Client; Client = require('./tender/client'); exports.createClient = function(options) { return new Client(options); };