deno
deno copied to clipboard
`Deno.core.print()` Is Not Present in `lib.deno_core.d.ts`
While looking for the Deno core type declarations I found that the print() function wasn't included. We should add the print() function to the typescript declarations file with the other Deno.core declarations.
Pull request incoming