Node updated. Some todos.

This commit is contained in:
Norm Rasmussen
2024-09-23 20:52:09 -04:00
parent 8bfaca8375
commit f25622067f
2041 changed files with 124145 additions and 110445 deletions

View File

@ -14,4 +14,10 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export {};
export declare function parseCommandLineArgs(): {
[x: string]: unknown;
port: number;
verbose: boolean;
_: (string | number)[];
$0: string;
};