Last change
on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
409 bytes
|
Line | |
---|
1 | import mod from "./src/index.js";
|
---|
2 |
|
---|
3 | export default mod;
|
---|
4 | export const Piscina = mod.Piscina;
|
---|
5 | export const isWorkerThread = mod.isWorkerThread;
|
---|
6 | export const move = mod.move;
|
---|
7 | export const queueOptionsSymbol = mod.queueOptionsSymbol;
|
---|
8 | export const transferableSymbol = mod.transferableSymbol;
|
---|
9 | export const valueSymbol = mod.valueSymbol;
|
---|
10 | export const version = mod.version;
|
---|
11 | export const workerData = mod.workerData;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.