Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
12
let
validateFormat: (format?: string) => void =
function
() {};
13
14
if
(process.env.NODE_ENV !==
'production'
) {
15
validateFormat =
function
(format?: string) {
Callers
1
invariant
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected