UNPKG

@defra-fish/pocl-job

Version:

Post Office Counter Licence sales processor

9 lines (7 loc) 258 B
import { Binding } from '../../../binding.js' /** * Country - only populated if address entered manually * * @type {Binding} */ export const Country = new Binding({ element: 'Country', transform: context => Binding.TransformTextOnly(context) || 'GB' })