Skip to main content

invariant

Import

You can import the entire package and access the function:


_10
import * as fcl from "@onflow/fcl-react-native"
_10
_10
fcl.invariant(args)

Or import directly the specific function:


_10
import { invariant } from "@onflow/fcl-react-native"
_10
_10
invariant(args)

Parameters

args (optional)

  • Type: any[]

Returns


_10
(ix: any) => any


Rate this page