Skip to main content

Variable: filterObj

const filterObj: object

Defined in: src/filterObj.ts:20

Type Declaration

omit()

omit: (obj, arr) => object

Parameters

obj

any

arr

any

Returns

object

Func

排除指定key

Desc

pick()

pick: (obj, arr) => object

Parameters

obj

any

arr

any

Returns

object

Func

过滤指定key

Desc