2.0.1 • Published 2 years ago

@swiftmind/create-t v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.

2.0.1

2 years ago

2.0.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.1

2 years ago