UNPKG
@jcamacaro96/utils
Version:
latest (0.4.11)
0.4.11
0.4.10
0.4.9
0.4.8
0.4.7
0.4.6
0.3.0
0.2.5
0.2.4
0.1.4
0.1.3
0.1.2
0.1.1
QR Commerce utils
github.com/Camacaro/qr-commerce-utils
@jcamacaro96/utils
/
dist
/
utils
/
format.d.ts
4 lines
(3 loc)
•
164 B
TypeScript
View Raw
1
2
3
4
import
{
Time
}
from
'../constant/time'
;
export
declare
const
cleanCharacters
:
(
string
:
string
) =>
string
;
export
declare
const
dateFormat
:
(
type
:
Time
) =>
string
;