UNPKG

open-libra

Version:
10 lines (7 loc) 154 B
var Client = require('./lib/client') function createClient (options) { return new Client(options) } module.exports = { createClient: createClient }