UNPKG
universal-serialize
Version:
latest (1.0.10)
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
Javascript module template.
github.com/krakenjs/universal-serialize
krakenjs/universal-serialize
universal-serialize
/
dist
/
module
/
serializers
/
function.js
5 lines
•
176 B
JavaScript
View Raw
1
2
3
4
5
export
function
serializeFunction
(
) {
// pass
}
export
function
deserializeFunction
(
) {
throw
new
Error
(
"Function serialization is not implemented; nothing to deserialize"
); }