Strata - v1.4.10
    Preparing search index...

    Interface AdapterMap<T>

    interface AdapterMap<T> {
        capacitor?: T;
        native?: T;
        web: T;
    }

    Type Parameters

    • T
    Index

    Properties

    capacitor?: T
    native?: T
    web: T