makeHeliosSource
export function makeHeliosSource(
content: string,
options: {
moreInfo??: string
name??: string
project??: string
}
): Source
Parses purpose and moduleName from source
Arguments
1. content
content: string
2. options
options: {
moreInfo??: string
name??: string
project??: string
}
Returns
Source