@swiftmind/create-t
v2.0.1
Published
String handling class for TypeScript by SwiftMind Institute
Downloads
10
Maintainers
Readme
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.