Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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@20.0.0/common/mod.ts";

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

definition: string & { _standardizedFilePathBrand: undefined; }