Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/appwrite/src/services/locale.ts>Locale#getCurrencies

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Locale.prototype.getCurrencies
import { Locale } from "https://deno.land/x/appwrite@0.4.0/src/services/locale.ts";

List Currencies

List of all currencies, including currency symbol, name, plural, and decimal digits for all major and minor currencies. You can use the locale header to get the data in a supported language.

Type Parameters

T extends unknown

Returns

Promise<T>