temporal-time-utils icon indicating copy to clipboard operation
temporal-time-utils copied to clipboard

This is a library with some reusable functions for Temporal.io TypeScript SDK

Results 4 temporal-time-utils issues
Sort by recently updated
recently updated
newest added

Thanks for making this package! I've installed and imported `temporal-time-utils` in an example from temporal `samples-typescript` but when I try to run my workflow: ``` $ npm run workflow >...

there are some type considerations i havent figured out yet but this is the kind of developer experience i am looking for.

Current example in README is both type unsafe and doesn't work because functions are not JSON serializable, this helper addresses the issue and adds type-safety: ```ts Schedule.args = ( workflow:...

**Describe the bug** `tsc` fails to compile when trying to import `UpdatableTimer` **To Reproduce** Steps to reproduce the behavior: 1. Run `npm i temporal-time-utils` 2. Add this line to one...

bug