mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 00:57:48 +00:00
Remove semicolons.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
* @returns {Array} Returns the array of property names.
|
||||
*/
|
||||
function nativeKeys(object) {
|
||||
return Object.keys(Object(object));
|
||||
return Object.keys(Object(object))
|
||||
}
|
||||
|
||||
export default nativeKeys;
|
||||
export default nativeKeys
|
||||
|
||||
Reference in New Issue
Block a user