Skip to content

Commit

Permalink
refactor(gp): switch to non-const enums
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Apr 4, 2020
1 parent f25bfa4 commit 5bc8a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/gp/src/api.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import type { Fn, Fn2 } from "@thi.ng/api";
import type { IRandom } from "@thi.ng/random";

export const enum GeneType {
export enum GeneType {
TERMINAL,
OP
OP,
}

/**
Expand Down

0 comments on commit 5bc8a4e

Please sign in to comment.