fix linting

This commit is contained in:
2024-04-07 11:02:54 -06:00
parent 22cba5babf
commit b73d2a3b58
4 changed files with 3 additions and 15 deletions

1
src/util.d.ts vendored
View File

@@ -1,4 +1,5 @@
// from https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/node/util.d.ts
/* eslint-disable */
/**
* The `node:util` module supports the needs of Node.js internal APIs. Many of the
* utilities are useful for application and module developers as well. To access