UNPKG

react-native-web-headroom

Version:
9 lines (8 loc) 208 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = omitProperty; function omitProperty(name) { return name.startsWith('__') || name.startsWith('STORYBOOK_'); }