Files
codeql-action/node_modules/ava/entrypoints/plugin.mjs
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
123 B
JavaScript
Raw Normal View History

2022-02-01 18:01:11 +00:00
import * as plugin from '../lib/worker/plugin.cjs';
const {registerSharedWorker} = plugin;
export {registerSharedWorker};