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