@sumup/intl

v1.6.0
Format numbers, currency values, dates, and times for any locale with the ECMAScript Internationalization API

start

tsc --watch

dev

npm run start

build

npm run build:es && npm run build:cjs

build:es

tsc

build:cjs

tsc --project tsconfig.cjs.json

docs

typedoc

lint

foundry run eslint . --ext .js,.jsx,.ts,.tsx

lint:fix

npm run lint -- --fix

test

jest --watch

test:ci

jest --ci --runInBand --coverage --reporters default --reporters "github-actions"

check:security

audit-ci --critical

check:licenses

license-checker --production --summary --failOn=GPLv3

prerelease

npm run build

release

changeset publish
npm i @sumup/intl

Metadata

Downloads