@brandonkal/deno-quokka

A Quokka plugin for running Deno code. Injects Deno global.


Keywords
quokka, deno, babel
License
MIT
Install
npm install @brandonkal/deno-quokka@0.2.0

Documentation

Deno lib

A collection of useful Typescript libraries for Deno. Each utility is provided in its own file at the root.

Included Utilities

  • yaml-tag.ts
    • y (yaml text tagged template function)
    • printYaml (JS Object Array to YAML multi-document text)
  • dedent.ts
    • dedent (remove common indentation from tagged template)
    • calcIndent (determine common indent from given string)
  • resolve-promise-object.ts
    • deepResolve (Recursively resolve any promises in an object to form a resulting JSON structure)
    • type MPV (Maybe Promise Value)
  • unraw.ts
    • unraw (reverse String.raw)

Contributions Welcome

Contributions for focused utilities are welcome.

License

© 2020 Brandon Kalinowski. See individual files for license information.