3 строки
64 B
TypeScript
3 строки
64 B
TypeScript
|
function test(type, obj) {
|
||
|
return type in obj && 'broken';
|
||
|
}
|