(name)
| 345 | * @return {ReturnType<typeof createParseAttr>} |
| 346 | */ |
| 347 | export function createParseDateAttr(name) { |
| 348 | return createParseAttr(name, getDate); |
| 349 | } |
| 350 | |
| 351 | /** |
| 352 | * Maps multiple attributes with the same prefix to a single prop object. |
no test coverage detected