{"version":3,"sources":["../../../packages/core/base/date/date-like.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,oBAAY,QAAQ,GAAG,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC","file":"date-like.d.ts","sourcesContent":["/**\r\n * Represents a value that can be converted into a javascript date.\r\n * This includes a number (timestamp), and ISO formatted string, or another Date object\r\n */\r\nexport type DateLike = string | number | Date;\r\n"]}