UNPKG

firebase-tools

Version:
6 lines (5 loc) 294 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.enableBilling = void 0; const cloudbilling_1 = require("../gcp/cloudbilling"); Object.defineProperty(exports, "enableBilling", { enumerable: true, get: function () { return cloudbilling_1.enableBilling; } });