UNPKG
gcba-normalizador-typescript
Version:
latest (2.0.0)
2.0.0
Normalizador de direcciones para el AMBA
github.com/usig-gcba/normalizador
usig-gcba/normalizador
gcba-normalizador-typescript
/
dist
/
types
/
utils
/
textUtils.d.ts
6 lines
(5 loc)
•
233 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
class
TextUtils
{
static
sinAcentos
(
str
:
string
):
string
;
static
esPermutacion
(
str1
:
string
,
str2
:
string
):
boolean
;
static
verificarBusquedaDireccion
(
posibleDireccion
:
string
,
matcheo
:
string
):
boolean
; }