ecspresso
    Preparing search index...

    Type Alias SystemLifecycleFn<Cfg>

    SystemLifecycleFn: (ecs: default<Cfg>) => void | Promise<void>

    Type for system lifecycle functions These can be asynchronous

    Type Parameters

    Type Declaration

      • (ecs: default<Cfg>): void | Promise<void>
      • Parameters

        Returns void | Promise<void>