• Takes an array of files and returns all existing md-icon names found inside the corresponding files. Pruned and unified.

    Parameters

    • filepaths: string[]
    • includeComments: boolean = false

    Returns Promise<MdIconName[]>

    Argument

    filepaths Array of files to analyze.

    Argument

    includeComments Whether to strip comment from the content or not.

Generated using TypeDoc