mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 10:17:48 +00:00
Bump to v4.16.0.
This commit is contained in:
@@ -9,6 +9,7 @@ import nativeCreate from './_nativeCreate.js';
|
||||
*/
|
||||
function hashClear() {
|
||||
this.__data__ = nativeCreate ? nativeCreate(null) : {};
|
||||
this.size = 0;
|
||||
}
|
||||
|
||||
export default hashClear;
|
||||
|
||||
Reference in New Issue
Block a user