79b7ccfd7d4ce4e42176eb348ca85dd93914afdeceaa5eabe6b665fdd5089d09.json 385 B

1
  1. {"ast":null,"code":"import nativeCreate from './_nativeCreate.js';\n\n/**\n * Removes all key-value entries from the hash.\n *\n * @private\n * @name clear\n * @memberOf Hash\n */\nfunction hashClear() {\n this.__data__ = nativeCreate ? nativeCreate(null) : {};\n this.size = 0;\n}\nexport default hashClear;","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}