From 8ff2695accce631ff748d5584b018dab068be992 Mon Sep 17 00:00:00 2001 From: think2011 <452125301@qq.com> Date: Fri, 25 Dec 2015 01:31:47 +0800 Subject: [PATCH] publish --- all.html | 12 ++++++------ index.html | 12 ++++++------ pages.json | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/all.html b/all.html index 3c184e6..abeaf4a 100644 --- a/all.html +++ b/all.html @@ -399,17 +399,17 @@
Date
& RegExp
对象的浅拷贝_.compose
)_.compose
) 搭配Date
& RegExp
对象的浅拷贝_.compose
)_.compose
) 搭配一个 JavaScript 的实用工具库, 表现一致性, 模块化, 高性能, 以及 可扩展
\n\n\n\n_.assign({ 'a': 1 }, { 'b': 2 }, { 'c': 3 });\n// → { 'a': 1, 'b': 2, 'c': 3 }\n\n_.map([1, 2, 3], function(n) { return n * 3; });\n// → [3, 6, 9]\n
\nDate
& RegExp
对象的浅拷贝_.compose
)Object
objects一个 JavaScript 的实用工具库, 表现一致性, 模块化, 高性能, 以及 可扩展
\n\n\n\n_.assign({ 'a': 1 }, { 'b': 2 }, { 'c': 3 });\n// → { 'a': 1, 'b': 2, 'c': 3 }\n\n_.map([1, 2, 3], function(n) { return n * 3; });\n// → [3, 6, 9]\n
\nDate
& RegExp
对象的浅拷贝_.compose
) 搭配Object
objectsReview the build differences & pick the one that’s right for you.
\nIn a browser:
\n<script src="lodash.js"></script>\n
In an AMD loader:
\nrequire(['lodash'], function(_) {});\n
Using npm:
\n$ {sudo -H} npm i -g npm$ npm i --save lodash\n
In Node.js/io.js:
\n// load the modern build\nvar _ = require('lodash');\n\n// or a method category\nvar array = require('lodash/array');\n\n// or a method (great for smaller builds with browserify/webpack)\nvar chunk = require('lodash/array/chunk');\n
See the package source for more details.
\nNote:\nDon’t assign values to the special variable “_
” when in the REPL.\nInstall n_ for a REPL that includes lodash by default.
lodash is also available in a variety of other builds & module formats.
\nCDN copies are available on cdnjs & jsDelivr.\nCreate custom builds with only the features you need.\nLooking for more functional usage? Try lodash-fp.
\nCheck out our changelog, roadmap, as well as community created podcasts, posts, & videos.
\nTested in Chrome 43-44, Firefox 38-39, IE 6-11, MS Edge, Safari 5-8, ChakraNode 0.12.2, Node.js 0.8.28, 0.10.40, 0.12.7, & 4.0.0, PhantomJS 1.9.8, RingoJS 0.11, & Rhino 1.7.6
\nAutomated browser & CI test runs are available. Special thanks to Sauce Labs for providing automated browser testing.
\n