chat-client/node_modules/object-keys/index.js

3 lines
52 B
JavaScript
Raw Permalink Normal View History

2019-03-24 17:22:44 +11:00
module.exports = Object.keys || require('./shim');