2.0.1 • Published 11 months ago

@swiftmind/create-t v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months 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

11 months ago

2.0.0

11 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago

0.0.1

12 months ago