mirror of
https://github.com/stjet/banani.git
synced 2026-03-30 18:29:25 +01:00
6 lines
96 B
Plaintext
6 lines
96 B
Plaintext
export type Whole = `${number}.${number}`;
|
|
|
|
export function whole_to_raw(whole: Whole) {
|
|
//
|
|
}
|