UNPKG

@hmlr/govuk-react-components-library

Version:

These are common component use for React applications based on GDS and govuk-frontend

6 lines (5 loc) 129 B
export default function omit(object: { [key: string]: unknown; } | undefined, key: string): { [key: string]: unknown; };