Files
DefinitelyTyped/types/happypack/happypack-tests.ts
2019-01-30 17:38:22 +05:30

8 lines
134 B
TypeScript

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