in lib/index.ts [301:303]
function isNameToSkip(s: string) { return (s === 'constructor') || (s[0] === '_'); }