Skip to content

@stephansama packages / @stephansama/auto-readme / comment / parseComment

Function: parseComment()

ts
function parseComment(comment): object;

Defined in: core/auto-readme/src/comment.ts:18

Parameters

comment

string

Returns

object

action

ts
action: "ACTION" | "PKG" | "USAGE" | "WORKSPACE" | "ZOD";

format

ts
format: undefined | "LIST" | "TABLE";

isStart

ts
isStart: boolean;

language

ts
language: "JS" | "RS";

parameters

ts
parameters: string[];

Released under MIT license