Skip to content

Commit 8763e45

Browse files
committed
feat: add fromArray function
1 parent e8e3d50 commit 8763e45

File tree

7 files changed

+421
-97
lines changed

7 files changed

+421
-97
lines changed

docs/.vuepress/config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,14 @@ module.exports = {
2626
},
2727
{
2828
title: '方法列表',
29-
children: [
29+
children: [
3030
'/functions/foreach.html',
3131
'/functions/map.html',
3232
'/functions/filter.html',
3333
'/functions/find.html',
3434
'/functions/some.html',
3535
'/functions/toArray.html',
36+
'/functions/fromArray.html',
3637
],
3738
collapsable: false, // 可选的, 默认值是 true,
3839
sidebarDepth: 1, // 可选的, 默认值是 1

0 commit comments

Comments
 (0)