From 55d0e202677253ecf893bd52649871f10b52d3de Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Sun, 24 Oct 2021 18:59:50 +0200 Subject: Almost dragging and WYSiWYG start --- src/consts.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/consts.ts') 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(); +} -- cgit v1.3.1