UNPKG

@stuntman/shared

Version:

Stuntman - HTTP proxy / mock shared types and utils

7 lines 237 B
export const stringify = (obj) => JSON.stringify(obj, (_key, value) => { if (typeof value === 'function' || value instanceof RegExp) { return value.toString(); } return value; }); //# sourceMappingURL=stringify.js.map