Files
DefinitelyTyped/loader-runner/loader-runner-tests.ts
Scott(JuJiang) b13d495494 feat: add definition for loader-runner (#12375)
* feat: add definition for loader-runner

* fix: enable strictNullChecks
2016-11-02 23:41:44 +09:00

10 lines
233 B
TypeScript

import { runLoaders, getContext, Loader, RunLoaderOption } from 'loader-runner';
const option = {} as RunLoaderOption;
runLoaders(option, function (err, result) {
console.log(err, result);
});
getContext('sdlfkjaldfjiojsdf');