Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 432 Bytes

File metadata and controls

17 lines (13 loc) · 432 Bytes

Home > @velcro/runtime > ModuleDefinitions

ModuleDefinitions type

Signature:

type ModuleDefinitions = {
    [key: string]: [
        VelcroModuleFactory,
        VelcroImportMap,
        VelcroModuleGeneration
    ] | undefined;
};