UNPKG
@waynew/boa
Version:
latest (2.1.3)
2.1.3
2.1.2
2.1.1
2.1.0
Use Python modules seamlessly in Node.js
github.com/alibaba/pipcook
alibaba/pipcook
@waynew/boa
/
lib
/
delegators
/
callee.js
6 lines
(5 loc)
•
111 B
JavaScript
View Raw
1
2
3
4
5
6
module
.
exports
=
() =>
{
return
function
PythonCallable
(
) {
throw
TypeError
(
'not implemented.'
); }; };