setEnvFactory
setEnvFactory(
factory):void
Defined in: env/index.ts:30
Sets the environment factory used by package entrypoints.
CAUTION: Must be called before using APIs that access the environment.
Parameters
Section titled “Parameters”factory
Section titled “factory”() => TFabricEnv
Returns
Section titled “Returns”void