UNPKG

@etherspot/prime-sdk

Version:

Etherspot Prime (Account Abstraction) SDK

8 lines (7 loc) 236 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.stringifyJson = void 0; function stringifyJson(value, space) { return JSON.stringify(value, null, space); } exports.stringifyJson = stringifyJson;