W3cubDocs

/Deno

Algorithm

interface Algorithm {
name: string;
}

Properties

name: string

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