UNPKG

@openfisca/json-model

Version:

Library to handle informations extracted in JSON or YAML format from OpenFisca parameters, variables, etc

5 lines (4 loc) 169 B
import type { Parameter } from "../../parameters"; export declare function convertEditableParameterToRaw(editableParameter: Parameter): { [key: string]: unknown; };