- @execonline-inc/appy: Call api patterns around ajaxian http tasks
- @execonline-inc/collections: Utilities for working with collections of data
- @execonline-inc/decoders: Generally useful decoders that extend Jsonous
- @execonline-inc/dom: DOM functions
- @execonline-inc/environment: Safely read environment cofigurations
- @execonline-inc/error-handling: Functions to simplifiy error handling across monad types
- @execonline-inc/logging: Console and warnings and alerting for background logging
- @execonline-inc/maybe-adapter: Convert types to and from Maybeasy
- @execonline-inc/numbers: Type safe number ops
- @execonline-inc/resource: Models JSON api resources
- @execonline-inc/strings: Functions for manipulating strings
- @execonline-inc/time: Time types for interacting with JavaScript
- @execonline-inc/time-distance: Computes differences between times and dates
- @execonline-inc/translations: Support for typed and interpolatable translations
- @execonline-inc/url: Safe URL parsing
- @execonline-inc/web-url: Browser API safe URL parsing
- @kofno/cute: Immutable Stacks and Deques and such
- @kofno/gaia: Safely read values from your environment
- @kofno/piper: Tools for functional composition
- @kofno/stack-ts: Typescript based immutable stack
- ajaxian: Ajax requests with better error handling
- ajaxios: Http requests with better error handling
- jsonous: Type safe JSON decoding for JavaScript
- maybeasy: Maybe implemented in TypeScript
- nonempty-list: A list that always has at least one thing in it.
- resulty: A return type for computations that may fail
- taskarian: A future implementation in TypeScript