UNPKG

sugar

Version:

A Javascript utility library for working with native objects.

13 lines (11 loc) 204 B
'use strict'; var DONT_ENUM_PROPS = [ 'valueOf', 'toString', 'constructor', 'isPrototypeOf', 'hasOwnProperty', 'toLocaleString', 'propertyIsEnumerable' ]; module.exports = DONT_ENUM_PROPS;