Skip to content

Commit 683cea8

Browse files
committed
feat: export native assert()
1 parent 27e1e29 commit 683cea8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/shared/utils.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import * as assert_ from 'assert'
12
import {
23
access,
34
chmod,
@@ -24,6 +25,7 @@ import {
2425
import { promisify } from 'util'
2526

2627

28+
export const assert = assert_
2729
export const closeAsync = promisify(close)
2830
export const chmodAsync = promisify(chmod)
2931
export const copyFileAsync = promisify(copyFile)

0 commit comments

Comments
 (0)