summaryrefslogtreecommitdiff
path: root/src/content/tils/2021/08/11
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/tils/2021/08/11')
-rw-r--r--src/content/tils/2021/08/11/js-bigint-reviver.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/content/tils/2021/08/11/js-bigint-reviver.adoc b/src/content/tils/2021/08/11/js-bigint-reviver.adoc
index 657248a..f7dd3de 100644
--- a/src/content/tils/2021/08/11/js-bigint-reviver.adoc
+++ b/src/content/tils/2021/08/11/js-bigint-reviver.adoc
@@ -1,4 +1,5 @@
= Encoding and decoding JavaScript BigInt values with reviver
+:updatedat: 2021-08-13
:reviver-fn: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse#using_the_reviver_parameter
:bigint: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt