UNPKG

helping-js

Version:

helping-js: zero-dependency JavaScript utilities — type guards, 50+ regex patterns, validate(), TypeScript .d.ts, v3 helpers (string, array, object, async, date, URL, tree, DOM). Official docs: https://helping-js.netlify.app

6 lines (5 loc) 235 B
/** Currency format regex patterns (e.g. RX_CURRENCY_USD, RX_CURRENCY_EUR, ...) */ export const RX_CURRENCY_USD: RegExp; export const RX_CURRENCY_EUR: RegExp; export const RX_CURRENCY_GBP: RegExp; export const RX_CURRENCY_JPY: RegExp;