Skip to content

StandardizedFilePath

ts-morph에서 사용하는 표준화된 파일 경로 타입이에요.

시그니처

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

MIT 라이선스에 따라 배포됩니다.