Files
Camilou.fr/VUEJS/myapp/node_modules/muggle-string/out/getLength.d.ts
T
Camilla Schoeser 6a71f91e2f ajout du site
2026-05-29 21:38:59 +02:00

3 lines
109 B
TypeScript

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