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: 27 days ago
JSON representation
Deno modules
- Host: GitHub
- URL: https://github.com/motss/deno_mod
- Owner: motss
- License: mit
- Created: 2019-04-13T15:49:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-18T15:33:37.000Z (over 4 years ago)
- Last Synced: 2024-10-05T12:44:42.291Z (about 1 month ago)
- Topics: deno, deno-mod, deno-modules, modules, typescript
- Language: TypeScript
- Size: 406 KB
- Stars: 14
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-deno-cn - @motss/deno_mod
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