UNPKG

bloom-layout

Version:
11 lines (9 loc) 131 B
"use strict"; module.exports = function () { try { Object.keys("primitive"); return true; } catch (e) { return false; } };