UNPKG
oral-ts
Version:
latest (1.0.2)
1.0.2
1.0.1
a testing framework for typescript
github.com/tanay-pingalkar/oral
tanay-pingalkar/oral
oral-ts
/
dist
/
defaultConfig.d.ts
15 lines
(14 loc)
•
291 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
declare
const
_default
: {
silent
:
boolean
;
watch
:
boolean
;
testDir
:
string
;
watchDir
:
string
;
clear
:
boolean
;
noclear
:
boolean
;
beforeEveryone
:
any
;
afterEveryone
:
any
;
notify
:
boolean
;
tsconfig
:
string
;
file
:
boolean
; };
export
default
_default;