Skip to main content
Module

x/ts_morph/common/ts_morph_common.d.ts>StandardizedFilePath

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
type alias StandardizedFilePath
import { type StandardizedFilePath } from "https://deno.land/x/ts_morph@17.0.1/common/ts_morph_common.d.ts";

Nominal type to denote a file path that has been standardized.

definition: string & { _standardizedFilePathBrand: undefined; }