R
fn

hasMarkType

tested

Whether `marks` contains any mark of the given `type`.

Signature

ts
export function hasMarkType(marks: Marks, type: string): boolean{ ... }

Parameters

ParameterTypeDescription
marksMarks
typestring

Returns

boolean