UNPKG

jsworkerutils

Version:

Helper class that improves the the loading processes, an implementation of multithreaded JS # Development Guide ## About - This library is meant to be a node packaged module that optimize concurrent api requests and simplify as much as possible , the li

9 lines (8 loc) 265 B
/** * @file loader that allows web workers to be imported as modules * to use this file just import the module name and extend the * portion with name of the file */ declare module 'file-loader?name=[name].js!*' { const value: string; export = value; }