feat: Deno.create (#3629)

This commit is contained in:
Luca Casonato 2020-01-08 23:07:03 +01:00 committed by Ry Dahl
parent 2d5457df15
commit b71d5708c6
4 changed files with 33 additions and 9 deletions

View file

@ -7,6 +7,8 @@ export {
File,
open,
openSync,
create,
createSync,
stdin,
stdout,
stderr,