mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-24 14:31:52 +01:00
7 lines
202 B
JavaScript
Vendored
7 lines
202 B
JavaScript
Vendored
import overArg from './_overArg.js';
|
|
|
|
/* Built-in method references for those with the same name as other `lodash` methods. */
|
|
var nativeKeys = overArg(Object.keys, Object);
|
|
|
|
export default nativeKeys;
|