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