aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es5-ext/json/index.js
blob: 14b25cd6412ab6d897fb5074f9ffdcd4f75a03c6 (plain)
1
2
3
4
5
"use strict";

module.exports = {
	safeStringify: require("./safe-stringify")
};