DefinitelyTyped/types/happypack/happypack-tests.ts
2020-05-14 19:20:31 -07:00

8 lines
140 B
TypeScript

import * as happyPack from 'happypack';
const ref: happyPack = new happyPack({
id: '1',
threads: 1,
loaders: ['ts-loader']
});