1.0.11 • Published 8 months ago

@binary-star/aencap v1.0.11

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

AEncap

快速开始

安装

yarn add @binary-star/aencap
# or 
npm install @binary-star/aencap

使用

引用部分模块, 根据文档进行使用

扩展类型 (以树模块举例,非 TS 环境跳过)

declare module "@binary-star/aencap/tree" { 
  export * from '@binary-star/aencap/types/tree'
}

引入模块方法

import { findNode } from '@binary-star/aencap/tree'

使用 调用树模块中的 findNode 来查询单个节点方法

const node = findNode([{ id : 1 , name : '张三', children : [] }] , { id : 1 } , { 
    key : 'id' ,
    children : 'children'
})
1.0.11

8 months ago

1.0.9

12 months ago

1.0.8

12 months ago

1.0.10

12 months ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago