Import
You can import the entire package and access the function:
_10import * as fcl from "@onflow/fcl"
_10fcl.createFlowClient(params)
Or import directly the specific function:
_10import { createFlowClient } from "@onflow/fcl"
_10createFlowClient(params)
Parameters
params