UNPKG

atriusmaps-node-sdk

Version:

This project provides an API to Atrius Personal Wayfinder maps within a Node environment. See the README.md for more information

8 lines (3 loc) 96 B
'use strict'; var clientAPI = require('./clientAPI.js'); exports.create = clientAPI.create;