Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dnt/lib/npm_ignore.ts>getNpmIgnoreText

Deno to npm package build tool.
Go to Latest
function getNpmIgnoreText
import { getNpmIgnoreText } from "https://deno.land/x/dnt@0.36.0/lib/npm_ignore.ts";

Parameters

options: { sourceMap?: SourceMapOptions; inlineSources?: boolean; testFiles: OutputFile[]; includeScriptModule: boolean | undefined; includeEsModule: boolean | undefined; }