UNPKG

markdown-magic-package-scripts

Version:

Print list of scripts in package.json with descriptions

4 lines (3 loc) 204 B
import type { TransformArgs } from './types.ts'; export type { TransformArgs, TransformOptions } from './types.ts'; export default function SCRIPTS({ content, options, srcPath, }: TransformArgs): string;