UNPKG

lightfold

Version:

lightweight scaffolding and archiving utility CLI.

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