• Retrieves the file extension from the given file name.

    Parameters

    • fileName: string

      The name of the file.

    Returns null | string

    The file extension, or null if not found.

Generated using TypeDoc