• Checks whether the target string is a valid Mime Type

    Example

    expect(isMimeType('application/json').value).toBeTruthy()
    

    Parameters

    • target: string

      The target string

    Returns Result<boolean | undefined>

Generated using TypeDoc