Skip to content

Commit

Permalink
feat(api): add Range type
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jan 29, 2021
1 parent cebaafa commit 5d94974
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/api/src/api/range.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export type Range = [number, number];

export type Range0_1 = 0 | 1;

export type Range0_3 = Range0_1 | 2 | 3;
Expand Down

0 comments on commit 5d94974

Please sign in to comment.