Node TAP
    Preparing search index...
    CleanupEffect: (
        cleanup: (() => any)[],
        doCleanup: () => void,
    ) => void | undefined | (() => void)

    Type Declaration

      • (cleanup: (() => any)[], doCleanup: () => void): void | undefined | (() => void)
      • Parameters

        • cleanup: (() => any)[]
        • doCleanup: () => void

        Returns void | undefined | (() => void)