mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
feat: Deno.create (#3629)
This commit is contained in:
parent
2d5457df15
commit
b71d5708c6
4 changed files with 33 additions and 9 deletions
|
@ -7,6 +7,8 @@ export {
|
|||
File,
|
||||
open,
|
||||
openSync,
|
||||
create,
|
||||
createSync,
|
||||
stdin,
|
||||
stdout,
|
||||
stderr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue