MCPcopy
hub / github.com/LibreScore/dl-librescore / Module

Interface Module

src/webpack-hook.ts:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7const CHUNK_PUSH_FN = /^function [^r]\(\w\){/;
8
9interface Module {
10 (module, exports, __webpack_require__): void;
11}
12
13type WebpackJson = [(number | string)[], { [id: string]: Module }, any[]?][];
14

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected