UNPKG

line-api

Version:

Simple LINE api client for Node.js written in TypeScript

10 lines 285 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ENDPOINT = void 0; exports.ENDPOINT = { "notify": { "api": "https://notify-api.line.me/api", "oauth": "https://notify-bot.line.me/oauth" } }; //# sourceMappingURL=consts.js.map