Skip to content

Commit

Permalink
refactor(lsys): update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Feb 24, 2020
1 parent f833b4d commit 55eb4cb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packages/lsys/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
import { Fn2, IObjectOf } from "@thi.ng/api";
import { partial, threadLast } from "@thi.ng/compose";
import { illegalState } from "@thi.ng/errors";
import { cossin, HALF_PI } from "@thi.ng/math";
import { IRandom, SYSTEM } from "@thi.ng/random";
import { iterate, last, mapcat, take } from "@thi.ng/transducers";
import {
iterate,
last,
mapcat,
take
} from "@thi.ng/transducers";
import { add, Vec } from "@thi.ng/vectors";
import type { Fn2, IObjectOf } from "@thi.ng/api";

export type LSysSymbol = string | number;
export type ProductionRules = IObjectOf<
Expand Down

0 comments on commit 55eb4cb

Please sign in to comment.