UNPKG
open-libra
Version:
latest (0.1.1)
0.1.1
0.1.0
Simple client for Open Libra API
github.com/epestanamx/open-libra
epestanamx/open-libra
open-libra
/
index.js
10 lines
(7 loc)
•
154 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
var
Client
=
require
(
'./lib/client'
)
function
createClient
(
options
) {
return
new
Client
(options) }
module
.
exports
= {
createClient
: createClient }