UNPKG
mustard-app
Version:
latest (0.0.1-alpha.0)
0.0.1-alpha.0
个人前端微应用建设中。。。
mustard-app
/
lib
/
types
/
check
/
urlCheck.d.ts
4 lines
(3 loc)
•
180 B
TypeScript
View Raw
1
2
3
4
import
{
MustardName
}
from
'../typings'
;
export
declare
function
addEventListenerUrl
(
callback: () =>
void
):
() =>
void
;
export
declare
function
checkUrl
(
name: MustardName
):
void
;