import { FileUtils } from "https://deno.land/x/ts_morph@16.0.0/common/mod.ts";
Gets the last portion of the path.
Parameters
fileOrDirPath: StandardizedFilePath
- Path to get the base name from.
x/ts_morph/common/mod.ts>FileUtils.getBaseName
import { FileUtils } from "https://deno.land/x/ts_morph@16.0.0/common/mod.ts";
Gets the last portion of the path.