UNPKG

miso-npm-publish-test

Version:

A library for easily sending push notifications to LINE Bot

6 lines (5 loc) 307 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LineBotNotify = void 0; var LineBotNotify_js_1 = require("./modules/LineBotNotify.js"); Object.defineProperty(exports, "LineBotNotify", { enumerable: true, get: function () { return LineBotNotify_js_1.LineBotNotify; } });