Skip to main content
Module

x/ts_morph/common/mod.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@15.1.0/common/mod.ts";

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

definition: string & { _standardizedFilePathBrand: undefined; }