Project Init

This commit is contained in:
Muluhabt
2026-05-29 15:23:46 +03:00
commit 2fbc557aac
67387 changed files with 6063341 additions and 0 deletions

15
node_modules/@nx/devkit/index.d.ts generated vendored Normal file
View File

@@ -0,0 +1,15 @@
/**
* The Nx Devkit is the underlying technology used to customize Nx to support
* different technologies and custom use-cases. It contains many utility
* functions for reading and writing files, updating configuration,
* working with Abstract Syntax Trees(ASTs), and more.
*
* As with most things in Nx, the core of Nx Devkit is very simple.
* It only uses language primitives and immutable objects
* (the tree being the only exception).
*
* @module @nx/devkit
*/
export * from 'nx/src/devkit-exports';
export * from './public-api';
//# sourceMappingURL=index.d.ts.map