Updated to Drupal 8.6.4, which is PHP 7.3 friendly. Also updated HTMLaw library....
[yaffs-website] / node_modules / grunt-legacy-util / node_modules / lodash / _metaMap.js
1 var WeakMap = require('./_WeakMap');
2
3 /** Used to store function metadata. */
4 var metaMap = WeakMap && new WeakMap;
5
6 module.exports = metaMap;