Function: cutBlueprints()
function cutBlueprints(first, second): 
  | null
  | Blueprint
  | Blueprints;
Defined in: blueprints/booleanOperations.ts:503
Parameters
first
second
Returns
| null
| Blueprint
| Blueprints
function cutBlueprints(first, second): 
  | null
  | Blueprint
  | Blueprints;
Defined in: blueprints/booleanOperations.ts:503
| null
| Blueprint
| Blueprints