{
  "version": 3,
  "sources": ["../../../lib.shared.utils/the_now.ts"],
  "sourcesContent": ["/**\n * Use this function instead of `Date.now()` if you want to be able to manipulate time\n * in tests where mocking off/spying on `Date.now()` is brittle.\n * Some other libraries (Spanner for instance) depend on correct timing information.\n */\nexport function the_now() {\n    return Date.now()\n}\n"],
  "mappings": "wCAKO,SAASA,GAAU,CACtB,OAAO,KAAK,IAAI,CACpB,CAFgBC,EAAAD,EAAA",
  "names": ["the_now", "__name"]
}