UNPKG

@21epub/epub-thirdparty

Version:
14 lines (13 loc) 251 B
/** * @internal */ export function isThemeColor(o) { return o && typeof o.id === 'string'; } /** * The type of the `IEditor`. */ export const EditorType = { ICodeEditor: 'vs.editor.ICodeEditor', IDiffEditor: 'vs.editor.IDiffEditor' };