mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 16:17:50 +00:00
Update module paths.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import baseSetToString from './.internal/baseSetToString.js';
|
||||
import shortOut from './.internal/shortOut.js';
|
||||
import baseSetToString from './baseSetToString.js';
|
||||
import shortOut from './shortOut.js';
|
||||
|
||||
/**
|
||||
* Sets the `toString` method of `func` to return `string`.
|
||||
|
||||
Reference in New Issue
Block a user