Protected
clientOptional
fuseGets a ship by their Nationality + Name. This is to differentiate, for
example: HMS Enterprise
and USS Enterprise
.
Refer to the wiki for nation abbreviations.
client.code('HMS Enterprise')
// –> {wikiUrl: "https://azurlane.koumakan.jp/wiki/Enterprise_(Royal_Navy)"...}
Generally the ship's ${nationality} ${name}
Determines whether all the members of an array satisfy the specified test
A function that accepts up to three arguments. The every method calls the predicate function for each element in the array until the predicate returns a value which is coercible to the Boolean value false, or until the end of the array.
Private
queryDetermines whether the specified callback function returns true for any element of an array.
A function that accepts up to three arguments. The some method calls the predicate function for each element in the array until the predicate returns a value which is coercible to the Boolean value true, or until the end of the array.
Generated using TypeDoc
Special ships class for extended functionality