Skip to main content
Module

x/troodon/enums.ts

🦖 Troodon is a Library for Deno to Handle Algorithms
Latest
File
/*! *****************************************************************************Copyright (c) the Trodoon authors. All rights reserved. MIT License.***************************************************************************** */
export enum Attribute { BENEFIT, COST,}