UNPKG

@deepbrainspace/nx-surrealdb

Version:

NX plugin for SurrealDB migrations with modular architecture

4 lines (3 loc) 178 B
import { Tree } from '@nx/devkit'; import { DestroyGeneratorSchema } from './schema'; export default function (tree: Tree, options: DestroyGeneratorSchema): Promise<() => void>;