UNPKG

@awhere/api

Version:

The awesome aWhere API for JavaScript.

8 lines 203 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.endpoint = void 0; var endpoint = { api: '/api', }; exports.endpoint = endpoint; //# sourceMappingURL=index.js.map