From 43718e04237a910441ec3373b58e6c6b24aada3f Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Thu, 19 Oct 2023 10:47:54 +0100 Subject: [PATCH] chore(examples): add missing `use strict` directive (#652) --- examples/example.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/example.js b/examples/example.js index 47aefde9..4f372dc6 100644 --- a/examples/example.js +++ b/examples/example.js @@ -1,3 +1,5 @@ +'use strict' + const fastJson = require('..') const stringify = fastJson({ title: 'Example Schema',