@tdreyno/versionable
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

versionable

npm latest version Minified Size

versionable is a tiny library for validating and migrating javascript data.

Install

npm install --save @tdreyno/versionable

Example

import { create } from "@tdreyno/versionable"

const q = create()

// Will run these in order of function execution (a, b, c) rather than in parallel.
const results = await Promise.all([
  q.enqueue(() => "a"),
  q.enqueue(() => "b"),
  q.enqueue(() => "c"),
])

Readme

Keywords

none

Package Sidebar

Install

npm i @tdreyno/versionable

Weekly Downloads

0

Version

1.0.0

License

Hippocratic License 3.0 (HL3)

Unpacked Size

46.6 kB

Total Files

15

Last publish

Collaborators

  • tdreyno91