UNPKG

firebase-fcm-v1-http2

Version:

A Node.js library for sending push notifications using Firebase Cloud Messaging HTTP v1 APIs.

6 lines (5 loc) 248 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Client = void 0; var client_1 = require("./client"); Object.defineProperty(exports, "Client", { enumerable: true, get: function () { return client_1.Client; } });