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
/
enumValues.d.ts
10 lines
(9 loc)
•
248 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
declare
class
EnumValues
{
static
getNamesAndValues
(e: any)
: {
name: string; value: number; }[];
static
getNames
(e: any)
: string[];
static
getValues
(e: any)
: number[];
private
static
getObjectValues
(e)
; }