The unofficial utility for Shopee Thailand Flash Sale
pnpm add shopee-flashsaleGet Current Flash Sale Items
import { getCurrentFlashSaleItems } from 'shopee-flashsale'
const items = await getCurrentFlashSaleItems()Get Item Detail
import { getItemDetail } from 'shopee-flashsale'
const item = await getItemDetail(147258369, 963852741)