UNPKG
@villedemontreal/scripting
Version:
esm (3.0.0-esm.1)
latest (4.0.2)
4.0.2
4.0.1
4.0.0
3.1.1
3.1.0
3.0.3
3.0.1
3.0.0-esm.1
2.3.3
2.3.2
2.3.1
2.3.0
2.2.1
2.2.0
2.1.10
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.2-beta
2.1.1-beta
2.1.0-beta
2.0.0-beta
1.6.0-beta-2
1.6.0-beta-1
1.6.0-beta
1.5.0
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.1-alpha
1.4.0
Scripting core utilities
github.com/villedemontreal/node-core-libs
villedemontreal/node-core-libs
@villedemontreal/scripting
/
dist
/
scripts
/
testing
/
testingGlobalOptions.d.ts
5 lines
•
182 B
TypeScript
View Raw
1
2
3
4
5
import
{
IGlobalOptions
}
from
'../../src'
;
export
interface
ITestingGlobalOptions
extends
IGlobalOptions
{
custom
?:
boolean
; }
//# sourceMappingURL=testingGlobalOptions.d.ts.map