fix types
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import process from 'node:process';
|
||||
import { Nupst } from '../nupst.ts';
|
||||
import { logger } from '../logger.ts';
|
||||
import * as helpers from '../helpers/index.ts';
|
||||
|
@@ -1,3 +1,4 @@
|
||||
import process from 'node:process';
|
||||
import { execSync } from "node:child_process";
|
||||
import { Nupst } from '../nupst.ts';
|
||||
import { logger } from '../logger.ts';
|
||||
|
@@ -1,3 +1,4 @@
|
||||
import process from 'node:process';
|
||||
import { execSync } from "node:child_process";
|
||||
import { Nupst } from '../nupst.ts';
|
||||
import { logger } from '../logger.ts';
|
||||
|
Reference in New Issue
Block a user