Skip to content

Instantly share code, notes, and snippets.

@IKatsuba
Created December 28, 2021 14:59
Show Gist options
  • Save IKatsuba/5717672f40252d21568ba0558bdf0595 to your computer and use it in GitHub Desktop.
Save IKatsuba/5717672f40252d21568ba0558bdf0595 to your computer and use it in GitHub Desktop.
type Rule = (tree: Tree, context: SchematicContext) => Tree | Observable<Tree> | Rule | Promise<void | Rule> | void;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment