UNPKG

kitchensink

Version:

Dispatch's awesome components and style guide

10 lines (8 loc) 172 B
const x = {}; const y = { supports: true }; try { x.__proto__ = y; } catch (err) {} export default function supportsProtoAssignment() { return x.supports || false; };