UNPKG

integreat

Version:
3 lines (2 loc) 115 B
import type { Shape, ShapeDef } from './types.js'; export default function expandShape(shapeDef: ShapeDef): Shape;