Skip to main content
The Deno 2 Release Candidate is here
Learn more
method PaymentHelper.prototype.isMoneyTpl
Re-export
import { PaymentHelper } from "https://deno.land/x/sptaki@1.2.0/helpers/mod.ts";

Is the passed in tpl money (also checks custom currencies in inventoryConfig.customMoneyTpls)

Parameters

tpl: string

Returns

boolean

void