UNPKG

@lucidcms/core

Version:

The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.

1 lines 506 B
{"version":3,"file":"get-request-duration-ms.mjs","names":[],"sources":["../../../../src/services/ai/helpers/get-request-duration-ms.ts"],"sourcesContent":["/**\n * Measures the full API request work we persist for AI usage, not only the\n * remote provider call.\n */\nconst getRequestDurationMs = (startedAt: number, endedAt = Date.now()) =>\n\tMath.max(0, endedAt - startedAt);\n\nexport default getRequestDurationMs;\n"],"mappings":"AAIA,MAAM,GAAwB,EAAmB,EAAU,KAAK,IAAI,IACnE,KAAK,IAAI,EAAG,EAAU,CAAS"}