UNPKG

monaco-editor-webpack-plugin

Version:

A webpack plugin for the Monaco Editor

10 lines (9 loc) 207 B
export interface IWorkerDefinition { id: string; entry: string; } export interface IFeatureDefinition { label: string; entry: string | string[] | undefined; worker?: IWorkerDefinition; }