Files
caravels-community-simulation/web-app/node_modules/muggle-string/out/getLength.d.ts
rafaeldpsilva adbbf6bf50 first commit
2025-12-10 12:32:12 +00:00

3 lines
109 B
TypeScript

import type { Segment } from './types';
export declare function getLength(segments: Segment<any>[]): number;