UNPKG
@netless/app-quill
Version:
flat (0.1.2)
latest (0.0.1-fb.10)
0.1.2
0.1.1
0.1.0
0.0.1-fb.10
0.0.1-fb.9
0.0.1-fb.8
0.0.1-fb.6
0.0.1-fb.5
0.0.1-fb.4
0.0.1-fb.3
0.0.1-fb.2
0.0.1-fb.1
netless-app-quill
github.com/netless-io/netless-app-quill
netless-io/netless-app-quill
@netless/app-quill
/
src
/
test.ts
6 lines
•
126 B
text/typescript
View Raw
1
2
3
4
5
6
export
function
test
(
) {
const
foo =
"foo"
.
replaceAll
(
""
,
""
);
return
new
Promise
(
(
resolve
) =>
{
resolve
(foo); }); }