[TS] 타입이 추론되는 String.prototype.split - 1
글을 읽으시면서 모르는 개념이 나오더라도 바로바로 따라 해 볼 수 있게 작성하였습니다. TS가 처음이시라면 아래 글들이 이해에 도움이 될 것 같습니다.⭐ [TS] TypeScript 시작하기 [TS] TypeScript의 기본 타입 [TS] TypeScript의 타입 조작 (제너릭, 조건부타입, infer) [TS] 유틸리티(Utility) 타입 JS의 String.prototype.split()을 모방하여 타입추론이 가능한 문자열 분할 타입, Split를 새롭게 구현합니다. String.prototype.split() /** * Split a string into substrings using the specified separator and return them as an array. *@params..
TS | NestJS
2024. 3. 3. 21:29