diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2021-10-24 18:59:50 +0200 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2021-10-24 18:59:50 +0200 |
| commit | 55d0e202677253ecf893bd52649871f10b52d3de (patch) | |
| tree | 23fc8b3b06bef4ff7503c100edcea2ed01a298d5 /src/consts.ts | |
| parent | 94ca5987544009f2da17fe27abc6c9de380d34fd (diff) | |
| download | isiqandisi-55d0e202677253ecf893bd52649871f10b52d3de.tar.gz isiqandisi-55d0e202677253ecf893bd52649871f10b52d3de.tar.zst isiqandisi-55d0e202677253ecf893bd52649871f10b52d3de.zip | |
Almost dragging and WYSiWYG start
Diffstat (limited to 'src/consts.ts')
| -rw-r--r-- | src/consts.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/consts.ts b/src/consts.ts index e69de29..401de7e 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -0,0 +1,4 @@ +export let _zi = -2147483648; +export function zi() { + return (_zi++).toString(); +} |
