文件名称:underscore-mixins:用作下划线mixins的方法的集合
文件大小:11KB
文件格式:ZIP
更新时间:2024-03-12 15:01:45
CoffeeScript
下划线mixins 用作underscore混合的方法的集合 目录 入门 _ = require ' underscore ' _ . mixin require ( ' underscore-mixins ' ) 文献资料 _.deepClone 返回给定对象的深层克隆 obj = { ... } # some object with nested values cloned = _ . deepClone (obj) _.prettify 返回漂亮打印格式的JSON字符串。 obj = foo : ' bar ' pretty = _ . prettify (obj) # you can pass the indentation value as optional 2nd argument (default 2) # => # "{ # "foo": "bar" # }"
【文件预览】:
underscore-mixins-master
----LICENSE-MIT(1KB)
----src()
--------coffee()
--------spec()
----.npmignore(108B)
----CONTRIBUTING.md(2KB)
----.travis.yml(583B)
----Gruntfile.coffee(3KB)
----README.md(4KB)
----renovate.json(267B)
----.gitignore(81B)
----package.json(1KB)