Type Alias: FinderFunction<FinderType, ShapeType>
type FinderFunction<FinderType, ShapeType> = (finder, shape) => FinderType;
Defined in: packages/replicad/src/finders/definitions.ts:18
Type Parameters
FinderType
FinderType
ShapeType
ShapeType
Parameters
finder
FinderType
shape
ShapeType
Returns
FinderType