@swiftmind/create-t
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

EventQueue

A String handling class for TypeScript by SwiftMind Institute

const t = createT({
  home: {
    welcome: 'Welcome {{name}}, to SwiftMind Institute',
  },
} as const)

const welcome = t('home.welcome', { name: 'Hans' } as const)

Documentation

Contributing

Read the style guide.

Package Sidebar

Install

npm i @swiftmind/create-t

Weekly Downloads

2

Version

2.0.1

License

MIT

Unpacked Size

4.6 kB

Total Files

6

Last publish

Collaborators

  • hansoksendahl