makeSource
export function makeSource(
content: string,
options: {
moduleName?: string
moreInfo?: string
name?: string
project?: string
purpose?: string
}
): Source
Arguments
Name | Type | Description |
---|---|---|
content | string | |
options | { moduleName?: string moreInfo?: string name?: string project?: string purpose?: string } |
Return value
Source