function isR2Bucket
Since 0.2.0
isR2Bucket(value: unknown): value is IR2Bucket

Reports whether a binding is R2-shaped.

Parameters

value: unknown

The binding to check

Return Type

value is IR2Bucket

true when it carries the R2 bucket methods

Usage

import { isR2Bucket } from "cloudflare-plugin/src/index.ts";