UNPKG

@medplum/definitions

Version:

Medplum Data Definitions

12 lines (8 loc) 367 B
export declare function getDataDir(): string; export declare function readJson(filename: string): any; /** * The list of all known search parameter definition bundle file paths relative to the * `@medplum/definitions` package. Typically used in conjunction with `readJson`. */ export declare const SEARCH_PARAMETER_BUNDLE_FILES: string[]; export { }