@turbowarp/types-tw
    Preparing search index...
    interface Helper {
        load(
            assetType: ScratchStorage.AssetType,
            assetId: string,
            dataFormat: DataFormat,
        ): Promise<Asset>;
        store(
            assetType: ScratchStorage.AssetType,
            dataFormat: DataFormat,
            data: Uint8Array,
            assetId: string,
        ): Promise<unknown>;
    }
    Index

    Methods

    Methods