Skip to content

Commit

Permalink
chore!: drop assertPromise helper (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel authored Jul 11, 2024
1 parent 945c4fb commit 954ca1b
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 1,125 deletions.
350 changes: 0 additions & 350 deletions src/modules/helpers/assert-promise.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/modules/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export { getPIDs } from './helpers/get-pids.js';
export { exit } from './helpers/exit.js';
export { log } from './helpers/log.js';
export { listFiles } from './helpers/list-files.js';
export { assertPromise } from './helpers/assert-promise.js';
export type { Code } from '../@types/code.js';
export type { Configs } from '../@types/poku.js';
export type {
Expand Down
Loading

0 comments on commit 954ca1b

Please sign in to comment.