'use strict'; module.exports = function isInternal(key) { return (key[0] === "_"); };