UNPKG
vietmaps-sdk
Version:
latest (1.0.0)
1.0.0
JS SDK for accessing VietMap APIs
github.com/aic-develop/vietmap-sdk
aic-develop/vietmap-sdk
vietmaps-sdk
/
lib
/
client.js
8 lines
(5 loc)
•
222 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
// The "browser" field in "package.json" instructs browser
// bundlers to override this an load browser/browser-client, instead.
var
nodeClient =
require
(
'./node/node-client'
);
module
.
exports
= nodeClient;