1.0.1 • Published 12 months ago

dynamo-message-generator v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months 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

12 months ago

1.0.0

1 year ago