Function: filterBlocks()¶
filterBlocks(
blocks,options):Block[]
Defined in: resolver/src/imports.ts:467
Filter an array of blocks based on only/exclude criteria. Returns a new array; does not mutate the input.
Parameters¶
blocks¶
Block[]
options¶
Returns¶
Block[]