-
Notifications
You must be signed in to change notification settings - Fork 135
Closed
Description
- Page to update: https://www.typescriptlang.org/ko/docs/handbook/utility-types.html
- English version: https://www.typescriptlang.org/docs/handbook/utility-types.html
- Order of contents is diff from Eng ver (See
Required<Type>) - Need to update these items to Korean version
Uppercase<StringType>
Lowercase<StringType>
Capitalize<StringType>
Uncapitalize<StringType>
Partial<Type>
Required<Type>
Readonly<Type>
Record<Keys,Type>
Pick<Type, Keys>
Omit<Type, Keys>
Exclude<Type, ExcludedUnion>
Extract<Type, Union>
NonNullable<Type>
Parameters<Type>
ConstructorParameters<Type>
ReturnType<Type>
InstanceType<Type>
ThisParameterType<Type>
OmitThisParameter<Type>
ThisType<Type>
Intrinsic String Manipulation Types
Uppercase<StringType>
Lowercase<StringType>
Capitalize<StringType>
Uncapitalize<StringType>
Partial<Type>
Readonly<Type>
Record<Keys,Type>
Pick<Type, Keys>
Omit<Type, Keys>
Exclude<Type, ExcludedUnion>
Extract<Type, Union>
NonNullable<Type>
Parameters<Type>
ConstructorParameters<Type>
ReturnType<Type>
InstanceType<Type>
Required<Type>
ThisParameterType<Type>
OmitThisParameter<Type>
ThisType<Type>
내장 문자열 조작 타입
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels