UNPKG
sk-soil-input-form
Version:
latest (2.3.3)
2.3.3
2.3.2
2.3.1
2.3.0
2.2.9
2.2.8
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
Add a soil input form to Angular2 projects.
sk-soil-input-form
/
module
/
soil-pit-form
/
soil-data-defs
/
drainage.enum.d.ts
11 lines
(10 loc)
•
254 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
declare
enum
Drainage
{
'Very rapidly drained'
=
0
,
'Rapidly drained'
=
1
,
'Well drained'
=
2
,
'Moderately well drained'
=
3
,
'Imperfectly drained'
=
4
,
'Poorly drained'
=
5
,
'Very poorly drained'
=
6
,
'N/A'
=
7
, }