mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-28 19:52:53 +00:00
11 lines
249 B
TypeScript
11 lines
249 B
TypeScript
import { runLoaders, getContext, Loader, RunLoaderOption } from 'loader-runner';
|
|
|
|
const option = {} as RunLoaderOption;
|
|
|
|
runLoaders(option, function (err, result) {
|
|
if(err)
|
|
console.log(err, result);
|
|
});
|
|
|
|
getContext('sdlfkjaldfjiojsdf');
|