UNPKG
@tsmean/utils
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
A library of pure utility functions
github.com/bersling/utils
bersling/utils
@tsmean/utils
/
dist
/
web.d.ts
5 lines
(4 loc)
•
145 B
TypeScript
View Raw
1
2
3
4
5
export
declare
namespace
WebUtils
{
function
urlJoin
(
partOne
:
any
,
partTwo
:
any
):
string
;
function
isEnter
(
e
:
KeyboardEvent
):
boolean
; }