We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a035f commit 4c9bfc0Copy full SHA for 4c9bfc0
README.md
@@ -47,3 +47,6 @@ stringify.getSerialize(serializer, decycler)
47
48
Returns a serializer that can be used elsewhere. This is the actual
49
function that's passed to JSON.stringify.
50
+
51
+**Note** that the function returned from `getSerialize` is stateful for now, so
52
+do **not** use it more than once.
0 commit comments