Files
pmomusic/pmoupnp/webapp/node_modules/muggle-string/out/getLength.d.ts
Eric Coissac 731e58b1d0 on redemare en Rust
This commit contains the following changes:
     M .gitignore
     A Cargo.lock
     A Cargo.toml
     A PMOMusic/Cargo.toml
     A PMOMusic/src/main.rs
     D README.md
     A Readme.md
2025-10-05 21:29:10 +02:00

3 lines
109 B
TypeScript

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