diff --git a/lib/index.js b/lib/index.js index 0ea550b..be9740a 100644 --- a/lib/index.js +++ b/lib/index.js @@ -1,7 +1,7 @@ 'use strict'; // Stringifier -var toString = global.JSON && typeof JSON.stringify === 'function' ? JSON.stringify : String; +var toString = globalThis.JSON && typeof JSON.stringify === 'function' ? JSON.stringify : String; /** * Format the given `str`.