Skip to content

Function exported as variable despite @function tag #858

Closed
@jerylvaz

Description

@jerylvaz

v2.7.2

/**
 * Promisified version of fs.writeFile().
 * @function writeFileAsync
 */
export const writeFileAsync: Function = util.promisify(fs.writeFile);

typedoc

CLI options:
--readme ./README.md --mode file --includeDeclarations --excludePrivate --excludeExternals

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions