UNPKG
sourcebin_js
Version:
latest (0.0.3-ignore)
0.0.3-ignore
0.0.2
0.0.1
Sourcebin api
sourcebin_js
/
index.js
9 lines
(6 loc)
•
166 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const methods =
require
(
'./src/sourcebin-methods.js'
);
module
.exports = { get: methods.get,
create
: methods.
create
, shorten: methods.shorten, }