UNPKG
@flighter/a1-notation
Version:
latest (2.2.1)
2.2.1
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.2
2.0.1
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Work with A1 notation like "A1" or "A1:B2"
github.com/FLighter7/a1-notation
FLighter7/a1-notation
@flighter/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"
}