Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/motss/deno_mod

Deno modules
https://github.com/motss/deno_mod

deno deno-mod deno-modules modules typescript

Last synced: 29 days ago
JSON representation

Deno modules

Lists

README

        


Deno Modules

Modules for deno



[![Version][version-badge]][version-url]
[![MIT License][mit-license-badge]][mit-license-url]

[![ci][ga-badge]][ga-url]

> A collection of [deno] modules written in TypeScript.

## Table of contents

- [Pre-requisite](#pre-requisite)
- [Available modules](#available-modules)
- [Node.js equivalent](#nodejs-equivalent)
- [License](#license)

## Pre-requisite

- [deno] >= 0.41.0

## 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](http://motss.mit-license.org/) © Rong Sen Ng

[deno]: https://github.com/denoland/deno
[nodemod]: https://github.com/motss/nodemod

[deep_clone]: /deep_clone
[lit_ntml]: /lit_ntml
[normalize_diacritics]: /normalize_diacritics
[polling_observer]: /polling_observer
[delay_until]: /delay_until
[jsmodern]: /jsmodern

[version-badge]: https://flat.badgen.net/github/release/motss/deno_mod?icon=github
[mit-license-badge]: https://flat.badgen.net/github/license/motss/deno_mod

[ga-badge]: https://github.com/motss/deno_mod/workflows/ci/badge.svg?branch=master

[version-url]: https://github.com/motss/deno_mod/releases
[mit-license-url]: /LICENSE

[ga-url]: https://github.com/motss/deno_mod/actions?query=workflow%3Aci