Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 647 Bytes

firebase-admin.extensions.api.md

File metadata and controls

24 lines (17 loc) · 647 Bytes

API Report File for "firebase-admin.extensions"

Do not edit this file. It is a report generated by API Extractor.

/// <reference types="node" />

import { Agent } from 'http';

// @public
export class Extensions {
    // Warning: (ae-forgotten-export) The symbol "App" needs to be exported by the entry point index.d.ts
    //
    // (undocumented)
    readonly app: App;
    // Warning: (ae-forgotten-export) The symbol "Runtime" needs to be exported by the entry point index.d.ts
    runtime(): Runtime;
}

// @public
export function getExtensions(app?: App): Extensions;