9 lines
193 B
TypeScript
9 lines
193 B
TypeScript
/**
|
|
* The Firebase Installations Web SDK.
|
|
* This SDK does not work in a Node.js environment.
|
|
*
|
|
* @packageDocumentation
|
|
*/
|
|
export * from './api';
|
|
export * from './interfaces/public-types';
|