mirror of
https://github.com/stjet/banani.git
synced 2025-12-29 09:39:23 +00:00
6 lines
96 B
Plaintext
6 lines
96 B
Plaintext
export type Whole = `${number}.${number}`;
|
|
|
|
export function whole_to_raw(whole: Whole) {
|
|
//
|
|
}
|