mirror of
https://github.com/stjet/banani.git
synced 2026-05-15 16:59:26 +01:00
6 lines
96 B
Plaintext
6 lines
96 B
Plaintext
export type Whole = `${number}.${number}`;
|
|
|
|
export function whole_to_raw(whole: Whole) {
|
|
//
|
|
}
|