UNPKG
@segment/a1-notation
Version:
latest (2.1.4)
2.1.4
2.1.3
2.1.2
Work with A1 notation like "A1" or "A1:B2"
@segment/a1-notation
/
dist
/
enums.d.ts
8 lines
(7 loc)
•
90 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** *
@file
Contains enums */
export
declare
enum
Axis
{ X =
"col"
, Y =
"row"
}