UNPKG

@ngserveio/ws

Version:

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

4 lines (3 loc) 185 B
import { Tree } from '@nx/devkit'; import { IDomainSchema } from './domain-schema.interface'; export default function domainGenerator(tree: Tree, schema: IDomainSchema): Promise<void>;