UNPKG

@inox-tools/content-utils

Version:

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

6 lines (3 loc) 181 B
import debugC from 'debug'; export const debug = debugC('inox-tools:content-utils'); export const getDebug = (name?: string) => (name === undefined ? debug : debug.extend(name));