Skip to content

Commit

Permalink
chore: missing nx.NIL
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Jul 12, 2023
1 parent 2ed512e commit 4bfcf74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
**/npm-debug.log
**/node_modules
package-lock.json
yarn.lock
.history
4 changes: 4 additions & 0 deletions types/nx.static.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ interface NxStatic {
* A symbol for break.
*/
BREAKER: {};
/**
* A symbol for nil.
*/
NIL: {};

/**
* Stub code for void function.
Expand Down

0 comments on commit 4bfcf74

Please sign in to comment.