Skip to content

@eodash/eodash / client/types / createEodash

Function: createEodash()

createEodash(config): Eodash<"compiletime"> | Promise<Eodash<"compiletime">>

The project's entry point should export this function as a default to instantiate eodash

Parameters

config: Eodash<"compiletime"> | (store) => Eodash<"compiletime"> | Promise<Eodash<"compiletime">>

Returns

Eodash<"compiletime"> | Promise<Eodash<"compiletime">>

Defined in

core/client/types.d.ts:286