UNPKG

ngx-json-ui

Version:

This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.0.

6 lines (5 loc) 212 B
/** * Extract variables (placeholders) from a JSON object or string. * Placeholders are expected to be in the format {{variable}}. */ export declare const extractVariablesFromJson: (json: any) => Set<string>;