1.0.1 • Published 2 years ago

dynamo-message-generator v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

README

This is a library to generate common messages to use along the Dynamo application.

Compile the code by running:

npm run build

You should see a new dist directory that has two files, index.js and index.d.ts. The index.js contains all the logic that we coded compiled to JavaScript and index.d.ts is the file that describes the types of our module for use in TypeScript.

Functions that you can use

  • generateMessage
  • generateConversationId

Models that you can use

  • Message
  • Channel
1.0.1

2 years ago

1.0.0

2 years ago