Skip to content

StandardizedFilePath

Standardized file path type used in ts-morph.

Signature

typescript
type StandardizedFilePath = string & {
  _standardizedFilePathBrand: undefined;
};

Released under the MIT License.