UNPKG

@nxextensions/firebase

Version:

An Nx plugin for firebase applications that would like to run the emulators in conjunction with their app

4 lines (3 loc) 131 B
import { Tree } from '@nx/devkit'; export declare function initGenerator(tree: Tree): Promise<void>; export default initGenerator;