Skip to main content

Type Alias: FinderFunction<FinderType, ShapeType>

type FinderFunction<FinderType, ShapeType> = (finder, shape) => FinderType;

Defined in: finders/definitions.ts:18

Type Parameters

FinderType

FinderType

ShapeType

ShapeType

Parameters

finder

FinderType

shape

ShapeType

Returns

FinderType