deno / latest / ~ / algorithm.html

Algorithm

interface Algorithm {
    
name: string;
}

Properties

name: string

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