Skip to content

Commit

Permalink
move grapher scorer
Browse files Browse the repository at this point in the history
  • Loading branch information
handeyeco committed Jan 16, 2025
1 parent 36c736f commit 6f757a9
Show file tree
Hide file tree
Showing 12 changed files with 693 additions and 673 deletions.
3 changes: 3 additions & 0 deletions packages/perseus-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ export type {
Relationship,
} from "./types";
export type {ErrorKind} from "./error/errors";
export type {FunctionTypeMappingKeys} from "./utils/grapher-util";
export type {Coords} from "./utils/grapher-types";

// Careful, `version.ts` uses this function so it _must_ be imported above it
export {addLibraryVersionToPerseusDebug} from "./utils/add-library-version-to-perseus-debug";
export {default as getMatrixSize} from "./utils/get-matrix-size";
export {default as getDecimalSeparator} from "./utils/get-decimal-separator";
export * as GrapherUtil from "./utils/grapher-util";

export {libVersion} from "./version";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type {Coord} from "@khanacademy/perseus";
import type {Coord} from "../data-schema";

export type Coords = [Coord, Coord];

Expand Down
Loading

0 comments on commit 6f757a9

Please sign in to comment.