isKeySafe
Available since v0.9
Opposite of isKeyUnsafe()
.
import { isKeySafe } from '@aedart/support/reflections';
isKeySafe('name'); // true
isKeySafe('length'); // true
isKeySafe('constructor'); // true
isKeySafe('__proto__'); // false