Skip to content

Commit

Permalink
releases 3.5.29
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Aug 4, 2024
1 parent 72da33d commit f3548e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion func/chunk.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @param array 数组
* @param size 每组大小
*/
export declare function chunk<T>(array: T[], size: number): T[][];
export declare function chunk<T>(array: T[] | undefined, size: number): T[][];

declare module './ctor' {
interface XEUtilsMethods {
Expand Down
2 changes: 1 addition & 1 deletion func/searchTree.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

export interface SearchTreeOptions {
isEvery?: boolean
children?: string;
mapChildren?: string;
original?: boolean;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xe-utils",
"version": "3.5.27",
"version": "3.5.29",
"description": "JavaScript 函数库、工具类",
"main": "index.js",
"unpkg": "dist/xe-utils.umd.min.js",
Expand Down

0 comments on commit f3548e4

Please sign in to comment.