UNPKG

@ngserveio/ws

Version:

This library was generated with [Nx](https://nx.dev).

4 lines (3 loc) 186 B
import { Tree } from '@nx/devkit'; import { IApiAppSchema } from './api-app-schema.interface'; export default function apiAppGenerator(tree: Tree, schema: IApiAppSchema): Promise<void>;