79202049

Date: 2024-11-19 04:03:13
Score: 0.5
Natty:
Report link

From Deno 2 documentation https://docs.deno.com/runtime/fundamentals/typescript/

for NPM packages that don't provide type information:

main.ts

// @ts-types="npm:@types/lodash"
import * as _ from "npm:lodash";

There are many more examples on that documentation page.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: sergeyski.com