UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

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