MCPcopy
hub / github.com/tastejs/todomvc / unsafeCastStringToDOMTopLevelType

Function unsafeCastStringToDOMTopLevelType

examples/typescript-react/js/bundle.js:1963–1965  ·  view source on GitHub ↗
(topLevelType)

Source from the content-addressed store, hash-verified

1961// (It is the only module that is allowed to access these methods.)
1962
1963function unsafeCastStringToDOMTopLevelType(topLevelType) {
1964 return topLevelType;
1965}
1966
1967function unsafeCastDOMTopLevelTypeToString(topLevelType) {
1968 return topLevelType;

Callers 1

bundle.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected