MCPcopy Index your code
hub / github.com/react-navigation/react-navigation / validateFormat

Function validateFormat

packages/core/src/utils/invariant.ts:12–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 */
11
12let validateFormat: (format?: string) => void = function () {};
13
14if (process.env.NODE_ENV !== 'production') {
15 validateFormat = function (format?: string) {

Callers 1

invariantFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…