项目作者: soleiluwedu

项目描述 :
unlace.js is a function designed for deep inspection of JavaScript objects. Circular references are given a placeholder '[circular reference]'. Available as an npm module under the name 'unlace'.
高级语言: JavaScript
项目地址: git://github.com/soleiluwedu/unlace.git
创建时间: 2017-05-16T02:03:14Z
项目社区:https://github.com/soleiluwedu/unlace

开源协议:MIT License

下载


unlace.js

Written by Thai-Duong Nguyen, unlace.js is a function that returns recursively stringified data to allow full inspection of JavaScript expressions, regardless of data type and nesting level. Strings are wrapped in single quotes in order to distinguish them from other data types. Circular references are given a placeholder ‘[circular reference]’.