Viv JavaScript Runtime - v0.10.2
    Preparing search index...

    Type Alias AsyncOrSync<T>

    AsyncOrSync: T | Promise<T>

    A helper type for adapter functions, allowing them to be either asynchronous or synchronous.

    Type Parameters

    • T