UNPKG

win32-def

Version:
10 lines 324 B
import * as Structs from './struct.index.js'; export const structFactoryMap = new Map(); if (!structFactoryMap.size) { Object.entries(Structs).forEach(([key, val]) => { if (typeof val === 'function') { structFactoryMap.set(key, val); } }); } //# sourceMappingURL=struct.factory-map.js.map