5 lines
57 B
TypeScript
Raw Normal View History

2019-03-11 13:49:38 +05:30
export type Range = {
start: number;
end: number;
};