This website requires JavaScript.
Explore
Docs
Blog
Community
Main Website
Help
Sign In
push.rocks
/
smartspawn
Watch
2
Star
0
Fork
0
You've already forked smartspawn
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e3e7626abd
smartspawn
/
test
/
child.ts
6 lines
93 B
TypeScript
Raw
Normal View
History
Unescape
Escape
add basic functionality
2017-01-29 19:50:36 +00:00
import
'typings-global'
import
'smartq'
module
.exports
=
(
input
,
done
)
=
>
{
done
(
'hi'
)
}
Reference in New Issue
Copy Permalink