mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-06-17 03:48:32 +00:00
Documentation for web editor
This commit is contained in:
4
web/types.d.ts
vendored
4
web/types.d.ts
vendored
@ -1,3 +1,7 @@
|
||||
declare namespace json {
|
||||
export function parse(text: string): import('json-ast-comments').JsonDocument;
|
||||
}
|
||||
|
||||
declare module 'https://cdn.jsdelivr.net/npm/monaco-yaml@5.1.1/+esm' {
|
||||
export * from 'monaco-yaml';
|
||||
}
|
||||
|
Reference in New Issue
Block a user