Skip to main content
Deno 2 is finally here 🎉️
Learn more
method GiftService.prototype.giftExists
Re-export
import { GiftService } from "https://deno.land/x/sptaki@1.2.0/services/mod.ts";

Does a gift with a specific ID exist in db

Parameters

giftId: string

Gift id to check for

Returns

boolean

True if it exists in db