The Deno Standard Library
Go to file
2019-02-26 00:35:50 -05:00
benching Change import { x } from "deno" to const { x } = Deno (#218) 2019-02-26 00:35:50 -05:00
bytes feat: multipart, etc.. (#180) 2019-02-10 18:49:48 -05:00
colors Change import { x } from "deno" to const { x } = Deno (#218) 2019-02-26 00:35:50 -05:00
datetime Fixed non-standard prefix on importing (#216) 2019-02-23 11:13:53 -05:00
examples Change import { x } from "deno" to const { x } = Deno (#218) 2019-02-26 00:35:50 -05:00
flags Change import { x } from "deno" to const { x } = Deno (#218) 2019-02-26 00:35:50 -05:00
fs Change import { x } from "deno" to const { x } = Deno (#218) 2019-02-26 00:35:50 -05:00
http Change import { x } from "deno" to const { x } = Deno (#218) 2019-02-26 00:35:50 -05:00
io Change import { x } from "deno" to const { x } = Deno (#218) 2019-02-26 00:35:50 -05:00
log Change import { x } from "deno" to const { x } = Deno (#218) 2019-02-26 00:35:50 -05:00
media_types Add reusable prettier wrapper CLI (#165) 2019-02-01 10:16:39 -05:00
multipart Change import { x } from "deno" to const { x } = Deno (#218) 2019-02-26 00:35:50 -05:00
prettier Change import { x } from "deno" to const { x } = Deno (#218) 2019-02-26 00:35:50 -05:00
strings feat: multipart, etc.. (#180) 2019-02-10 18:49:48 -05:00
testing Clean up the test failure output (#209) 2019-02-23 11:24:57 -05:00
textproto Reorgnanize repos, examples and tests (#105) 2019-01-12 16:50:04 -05:00
ws Change import { x } from "deno" to const { x } = Deno (#218) 2019-02-26 00:35:50 -05:00
.editorconfig add charset & trim_trailing_whitespace (#158) 2019-01-26 14:09:53 -05:00
.gitignore feat: multipart, etc.. (#180) 2019-02-10 18:49:48 -05:00
azure-pipelines.yml Bump CI to v0.3 (#204) 2019-02-19 09:58:40 -05:00
format.ts Change import { x } from "deno" to const { x } = Deno (#218) 2019-02-26 00:35:50 -05:00
LICENSE Happy New Year (#58) 2019-01-02 09:56:17 -05:00
README.md Style guide has moved. (#191) 2019-02-12 18:23:49 -05:00
test.ts Fixed non-standard prefix on importing (#216) 2019-02-23 11:13:53 -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.2.6 tag is guaranteed to work with deno v0.2.6. You can link to v0.2.6 using the URL https://deno.land/x/std@v0.2.6/

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.

Contributing

Follow the style guide.