initial
This commit is contained in:
8
ts/index.ts
Normal file
8
ts/index.ts
Normal file
@ -0,0 +1,8 @@
|
||||
import 'typings-global'
|
||||
import * as tap from 'tap'
|
||||
import { expect } from 'smartchai'
|
||||
|
||||
export {
|
||||
tap,
|
||||
expect
|
||||
}
|
Reference in New Issue
Block a user