UNPKG

159 BTypeScriptView Raw
1import NodeExecutor from './lib/executors/Node';
2declare const intern: NodeExecutor;
3export default intern;
4declare global {
5 const intern: NodeExecutor;
6}