121376a93ca671ab7333c6dda90bef8aab06579fde6ba34b74b0870ca5c049fe3b5863ccd2d1d5d4e5f7592f71422c58e386571b97cdea739d818c14c60bee 768 B

123456789101112131415161718192021
  1. /// <reference path="./common/common.d.ts" />
  2. /// <reference path="./common/array.d.ts" />
  3. /// <reference path="./common/collection.d.ts" />
  4. /// <reference path="./common/date.d.ts" />
  5. /// <reference path="./common/function.d.ts" />
  6. /// <reference path="./common/lang.d.ts" />
  7. /// <reference path="./common/math.d.ts" />
  8. /// <reference path="./common/number.d.ts" />
  9. /// <reference path="./common/object.d.ts" />
  10. /// <reference path="./common/seq.d.ts" />
  11. /// <reference path="./common/string.d.ts" />
  12. /// <reference path="./common/util.d.ts" />
  13. export = _;
  14. export as namespace _;
  15. declare const _: _.LoDashStatic;
  16. declare namespace _ {
  17. // eslint-disable-next-line @typescript-eslint/no-empty-interface -- (This will be augmented)
  18. interface LoDashStatic {}
  19. }