UNPKG
@vtmap/vtmap-sdk-js
Version:
latest (1.0.1)
1.0.1
JS SDK for accessing Viettelmaps APIs
@vtmap/vtmap-sdk-js
/
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;