UNPKG
atitor
Version:
latest (0.1.1)
0.1.1
0.1.0
♏ 一款现代化 Markdown 编辑器
b3log.org/vditor
Vanessa219/vditor
atitor
/
dist
/
ts
/
util
/
addScript.d.ts
3 lines
(2 loc)
•
155 B
TypeScript
View Raw
1
2
3
export
declare
const
addScriptSync
:
(
path
:
string
,
id
:
string
) =>
boolean
;
export
declare
const
addScript
:
(
path
:
string
,
id
:
string
) =>
Promise
<
unknown
>;