Skip to main content
Deno 2 is finally here 🎉️
Learn more
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@18.0.0/common/mod.ts";

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

definition: string & { _standardizedFilePathBrand: undefined; }