minimal-i18n
v0.1.0
Published
A strongly typed, minimal internationalization package for the JS ecosystem
Downloads
3
Readme
Usage
npm i minimal-i18n
import { greet } from "minimal-i18n";
greet("Hello, world! 💖");
Contributors
💙 This package was templated with
create-typescript-app
.