https://github.com/timsusa/deno-hallo-module
just a simple deno module to test loading via "raw.githubusercontent.com"
https://github.com/timsusa/deno-hallo-module
Last synced: about 1 year ago
JSON representation
just a simple deno module to test loading via "raw.githubusercontent.com"
- Host: GitHub
- URL: https://github.com/timsusa/deno-hallo-module
- Owner: TimSusa
- License: mit
- Created: 2021-04-01T21:32:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-01T21:35:59.000Z (about 5 years ago)
- Last Synced: 2025-03-19T06:44:15.099Z (over 1 year ago)
- Language: TypeScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# deno-hallo-module
Just a simple module for making personal tests loading a simple deno module via
```
import hello from 'https://raw.githubusercontent.com/timsusa/deno-hallo-module/master/module.ts'
module('you');
```