@nevware21/ts-utils
    Preparing search index...

    Type Alias MicrotaskFn

    MicrotaskFn: () => void

    Type alias for a microtask callback function, which is a function that is scheduled to run in the microtask queue after the current execution context completes.

    Type Declaration

      • (): void
      • Returns void

    0.15.0