mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-04-30 20:52:27 +00:00
4 lines
108 B
TypeScript
4 lines
108 B
TypeScript
declare namespace json {
|
|
export function parse(text: string): import('json-ast-comments').JsonDocument;
|
|
}
|