MCPcopy
hub / github.com/ampproject/amphtml / createParseDateAttr

Function createParseDateAttr

src/preact/parse-props.js:347–349  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

createParseAttrFunction · 0.85

Tested by

no test coverage detected