The Deno Standard Library
Go to file
2019-04-27 10:14:56 -07:00
bytes Eslint fixes (#356) 2019-04-24 07:41:22 -04:00
colors Eslint fixes (#356) 2019-04-24 07:41:22 -04:00
datetime Eslint fixes (#356) 2019-04-24 07:41:22 -04:00
examples Eslint fixes (#356) 2019-04-24 07:41:22 -04:00
flags Eslint fixes (#356) 2019-04-24 07:41:22 -04:00
fs fs: fix ensureLink broken (#360) 2019-04-27 10:14:56 -07:00
http Eslint fixes (#356) 2019-04-24 07:41:22 -04:00
io Eslint fixes (#356) 2019-04-24 07:41:22 -04:00
log Eslint fixes (#356) 2019-04-24 07:41:22 -04:00
media_types Eslint fixes (#356) 2019-04-24 07:41:22 -04:00
multipart Eslint fixes (#356) 2019-04-24 07:41:22 -04:00
prettier Eslint fixes (#356) 2019-04-24 07:41:22 -04:00
strings Eslint fixes (#356) 2019-04-24 07:41:22 -04:00
testing Eslint fixes (#356) 2019-04-24 07:41:22 -04:00
textproto Eslint fixes (#356) 2019-04-24 07:41:22 -04:00
toml toml: remove parseFile (#361) 2019-04-25 16:47:18 -06:00
util Eslint fixes (#356) 2019-04-24 07:41:22 -04:00
ws Eslint fixes (#356) 2019-04-24 07:41:22 -04:00
.editorconfig add charset & trim_trailing_whitespace (#158) 2019-01-26 14:09:53 -05:00
.eslintrc.json fix: eslint errors (#265) 2019-03-12 01:51:51 -04:00
.gitignore Eslint fixes (#356) 2019-04-24 07:41:22 -04:00
azure-pipelines.yml Bump CI to v0.3.10 (#362) 2019-04-26 08:30:23 -07:00
format.ts fix: eslint errors (#265) 2019-03-12 01:51:51 -04:00
LICENSE Happy New Year (#58) 2019-01-02 09:56:17 -05:00
README.md doc: Add missing documentation (#336) 2019-04-13 15:30:56 -04:00
test.ts EOL add mixed detection (#325) 2019-04-13 15:24:36 -04:00
tsconfig.json Add eslint for linting (#235) 2019-03-04 19:53:35 -05:00

Deno Standard Modules

Build Status

These modules do not have external dependencies and they are reviewed by the Deno core team. The intention is to have a standard set of high quality code that all Deno projects can use fearlessly.

Contributions are welcome!

How to use

These modules are tagged in accordance with Deno releases. So, for example, the v0.3.0 tag is guaranteed to work with deno v0.3.0. You can link to v0.3.0 using the URL https://deno.land/std@v0.3.0/

It's strongly recommended that you link to tagged releases rather than the master branch. The project is still young and we expect disruptive renames in the future.

Documentation

Here are the dedicated documentations of modules:

Contributing

Follow the style guide.