keyof_operator.ts
TypeScript•中級
Explorer
C40
C++40
C#40
Dart40
Go40
Java40
JavaScript40
Kotlin40
Objective-C40
Perl40
PHP40
Python40
R40
Ruby40
Rust40
Shell40
Swift40
TypeScript
初級10
中級10
keyof_operator.ts
literal_types.ts
index_signature.ts
type_intersection.ts
generic_function.ts
type_guard.ts
interface_extends.ts
const_assertion.ts
mapped_type.ts
conditional_type.ts
上級10
エキスパート5
マスター5
keyof_operator.ts
Click to focus
1
2
3
function getProperty<T, K extends keyof T>(obj: T, key: K) {↵
return obj[key];↵
}
0WPM•0%•0:00•0/81(0%)|Ln 1, Col 1
UTF-8•TypeScript