0.3.4 • Published 3 years ago

@tzstamp/helpers v0.3.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

TzStamp Helper Functions

Helper functions for TzStamp tools.

Usage

// Deno
import { ... } from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.4/helpers/mod.ts";

// Node w/ NPM
const { ... } = require("@tzstamp/helpers");

// Browser w/ UNPKG
import { ... } from "https://unpkg.com/@tzstamp/helpers/dist/bundle.js"

See the reference documentation for details on exported helpers.

Build

deno run --unstable --allow-read=. --allow-write=dist _build.ts

License

MIT