UNPKG

@typecad/typecad

Version:

🤖programmatically 💥create 🛰️hardware

4 lines (3 loc) 296 B
export declare function mapLayerToSide(layerName: string, targetSide: 'front' | 'back' | undefined): string; export declare function transformSexprLayers(sexpr: any, targetSide: 'front' | 'back' | undefined): any; export declare function mirrorChamferDirection(chamferDirection: string): string;