UNPKG

europa-build

Version:

Tool for generating and maintaining Europa plugins and presets

8 lines (7 loc) 141 B
/** * The type of a {@link TemplateProvider}. */ export declare enum TemplateProviderType { Plugin = "plugin", Preset = "preset" }