UNPKG
@jeardev/ph-address
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
Latest Philippine Address as of 2023
github.com/jearbecerro/ph-address
jearbecerro/ph-address
@jeardev/ph-address
/
dist
/
region.d.ts
5 lines
•
283 B
TypeScript
View Raw
1
2
3
4
5
import
{
Region
}
from
'./types/types'
;
export
declare
function
regions
(
):
Promise
<
Region
[]>;
export
declare
function
regionByCode
(
code
:
string
):
Promise
<
Region
|
undefined
>;
export
declare
function
regionsByName
(
name
:
string
):
Promise
<
Region
[]>;
//# sourceMappingURL=region.d.ts.map