motss / deno_mod

Deno modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deno Modules

Modules for deno


Version MIT License

ci

A collection of deno modules written in TypeScript.

Table of contents

Pre-requisite

Available modules

  • deep_clone - Simple and fast deep cloning
  • delay_until - A typical delay function but Promise based
  • jsmodern - An extension to existing JavaScript, influenced by other great languages such as Rust, Dart, Java, Golang, etc.
  • lit_ntml - Expressive HTML Templates
  • normalize_diacritics - Remove accents/ diacritics in string
  • polling_observer - A new way of running polling function with observer pattern

Node.js equivalent

Check out nodemod for equivalent modules for Node.js.

License

MIT License © Rong Sen Ng

About

Deno modules

License:MIT License


Languages

Language:TypeScript 99.9%Language:Shell 0.1%