Skip to main content
Module

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

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

Methods

join(...paths: string[]): string

Joins the paths.

normalize(path: string): string

Normalizes the provided path.

relative(from: string, to: string): string

Returns the relative path from from to to.