JSPM

@codeconsultants-public/mst

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q8413F
  • License ISC

This package providers helpers for use with mobx-state-tree, such as ISODate type for easy integration of ISO 8601 date strings with MST

Package Exports

  • @codeconsultants-public/mst

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@codeconsultants-public/mst) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@codeconsultants-public/mst

This is the repository for the npm package @codeconsultants-public/mst. This library is intended to gather useful helpers, custom types, etc. for use with mobx-state-tree.

Available Types

  • ISODate This provides a simple way to use the mobx-state-tree Date type with ISO8601 format date strings, as it swaps over to using this format as it's snapshot format so parses these values by default.