makeSource
export function makeSource(
content: string,
options: {
moduleName??: string
moreInfo??: string
name??: string
project??: string
purpose??: string
}
): Source
Arguments
1. content
content: string
2. options
options: {
moduleName??: string
moreInfo??: string
name??: string
project??: string
purpose??: string
}
Returns
Source