deno icon indicating copy to clipboard operation
deno copied to clipboard

`Deno.core.print()` Is Not Present in `lib.deno_core.d.ts`

Open zicklag opened this issue 3 years ago • 0 comments

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

zicklag avatar Jul 22 '22 20:07 zicklag