UNPKG

shinkansen-pinion

Version:
7 lines (5 loc) 163 B
declare function getValue (field: { value: string }): string declare function getValue (field?: { value?: string }): string | undefined export default getValue