• Returns the file extension of a file path.

    Parameters

    • filePath: string

      The file path to extract the extension from.

    Returns string

    • The file extension, or an empty string if the file path does not have an extension.

Generated using TypeDoc