UNPKG

@lucidcms/core

Version:

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

1 lines 473 B
{"version":3,"file":"get-all.mjs","names":[],"sources":["../../../../src/services/locales/client/get-all.ts"],"sourcesContent":["import type { Locale } from \"../../../types/response.js\";\nimport type { ServiceFn } from \"../../../utils/services/types.js\";\nimport getAll from \"../get-all.js\";\n\nconst getAllClient: ServiceFn<[], Locale[]> = async (context) =>\n\tgetAll(context);\n\nexport default getAllClient;\n"],"mappings":"8BAIA,MAAM,EAAwC,KAAO,IACpD,EAAO,CAAO"}