• Takes a filepath and returns all existing md-icon names found inside the corresponding file. Pruned and unified.

    Parameters

    • filepath: string
    • includeComments: boolean = false

    Returns Promise<MdIconName[]>

    Argument

    filepath Path of the file to analyze.

    Argument

    includeComments Whether to strip comment from the content or not.

Generated using TypeDoc