UNPKG

@rxap/utilities

Version:

A collection of utility functions, types and interfaces.

3 lines (2 loc) 156 B
declare const schematic: (generatorOptions: import("./schema").InitGeneratorSchema) => (tree: any, context: any) => Promise<any>; export default schematic;