Skip to content

Welshman Docs / @welshman/util / removeFromListByPredicate

Function: removeFromListByPredicate() ​

removeFromListByPredicate(list, pred): Encryptable<{ content: string; kind: number; tags: string[][]; }>

Defined in: packages/util/src/List.ts:52

Parameters ​

list ​

List

pred ​

(t) => boolean

Returns ​

Encryptable<{ content: string; kind: number; tags: string[][]; }>