The Deno Standard Library
Go to file
2019-05-10 10:48:06 -04:00
bytes [bytes] fix bytesFindIndex and bytesFindLastIndex (#381) 2019-05-07 12:02:31 -04:00
colors Eslint fixes (#356) 2019-04-24 07:41:22 -04:00
datetime http: Cookie improvements (#359) 2019-04-27 16:07:11 -07:00
examples bump CI to v0.4.0 (#378) 2019-05-04 11:33:50 -04:00
flags Eslint fixes (#356) 2019-04-24 07:41:22 -04:00
fs docs(fs): fix async iterator (#366) 2019-05-01 17:45:30 -04:00
http bump CI to v0.4.0 (#378) 2019-05-04 11:33:50 -04:00
io Eslint fixes (#356) 2019-04-24 07:41:22 -04:00
log docs(log): fix docs mistake (#372) 2019-04-30 08:19:55 -07: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 bump CI to v0.4.0 (#378) 2019-05-04 11:33:50 -04:00
strings Eslint fixes (#356) 2019-04-24 07:41:22 -04:00
testing benching: use performance.now (#385) 2019-05-10 10:48:06 -04:00
textproto textproto: fix invalid header error and move tests (#369) 2019-05-01 12:13:23 -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.4.0 (#378) 2019-05-04 11:33:50 -04:00
format.ts Add run to shebangs (#380) 2019-05-06 17:07:43 -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 Add run to shebangs (#380) 2019-05-06 17:07:43 -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.