import { parseTypeDirectives } from "https://deno.land/x/deno@v0.28.0/cli/js/type_directives.ts";
Parses out any Deno type directives that are part of the source code, or
returns undefined
if there are not any.
x/deno/cli/js/type_directives.ts>parseTypeDirectives
import { parseTypeDirectives } from "https://deno.land/x/deno@v0.28.0/cli/js/type_directives.ts";
Parses out any Deno type directives that are part of the source code, or
returns undefined
if there are not any.