UNPKG

markdown-magic-package-scripts

Version:

Print list of scripts in package.json with descriptions

10 lines (9 loc) 192 B
export interface TransformOptions { pkg?: string; [key: string]: unknown; } export interface TransformArgs { content: string; options: TransformOptions; srcPath: string; }