UNPKG

@inox-tools/content-utils

Version:

Utilities to work with content collections on an Astro project from an integration or library.

9 lines (6 loc) 129 B
/// <reference path="../virtual.d.ts" /> type GitAuthor = { name: string; email: string; }; export type { GitAuthor };