ecb16abcda95d8774af5e19452d35e1a3452dcd142db1b2b703f1929763c5041868cc7baa358b27aa4080942cfd33200c78262eec09e1645d369926267dfb2 176 B

12345678910
  1. /**
  2. * The function whose prototype chain sequence wrappers inherit from.
  3. *
  4. * @private
  5. */
  6. function baseLodash() {
  7. // No operation performed.
  8. }
  9. export default baseLodash;