/deno-utils

All utility functions that will come handy to work with Deno Scripts

Primary LanguageTypeScript

Deno Utils

Utility functions for my own projects in Deno.

This project is divided into two sections:

  • /scripts: which are a set of utility methods, that can only work natively.
  • /src: are a set of utility methods, which can be used across platforms (Browsers included).