mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-05-02 13:42:32 +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;
|
|
}
|