Documentation
    Preparing search index...

    Type Alias TwingSynchronousEnvironmentOptions

    TwingSynchronousEnvironmentOptions: Omit<TwingEnvironmentOptions, "cache"> & {
        cache?: TwingSynchronousCache;
    }

    Type declaration