Files
banani/'
2024-06-06 08:58:57 +00:00

6 lines
96 B
Plaintext

export type Whole = `${number}.${number}`;
export function whole_to_raw(whole: Whole) {
//
}