UNPKG

lakutata

Version:

An IoC-based universal application framework.

16 lines (14 loc) 364 B
/* Build Date: Mon Jan 05 2026 23:52:23 GMT+0800 (China Standard Time) */ async function t(t, i) { const e = await i(t.limit, t.offset, t); return { items: e.items, meta: { count: e.items.length, total: e.total, limit: t.limit, offset: t.offset } }; } export { t as Paginator };