deno / 1.23.2 / ~ / algorithm.html /

Algorithm

interface Algorithm {
name : string;
}

Properties

name : string

© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/Algorithm