Skip to main content
The Deno 2 Release Candidate is here
Learn more
method GiftService.prototype.giftExists
import { GiftService } from "https://deno.land/x/sptaki@1.2.0/services/GiftService.d.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