UNPKG
ng2-us-states
Version:
latest (3.0.1)
3.0.1
3.0.0
2.0.0
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
Angular service for retrieving States and Territories
bitbucket.org/bwellons/ng-2-us-states
ng2-us-states
/
dist
/
definitions
/
iregion.d.ts
5 lines
(4 loc)
•
73 B
TypeScript
View Raw
1
2
3
4
5
export
interface
IRegion
{
name
:
string
;
abbreviation
:
string
; }