diff options
Diffstat (limited to 'source/client/local_user.ts')
-rw-r--r-- | source/client/local_user.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/client/local_user.ts b/source/client/local_user.ts index 204f034..05b5578 100644 --- a/source/client/local_user.ts +++ b/source/client/local_user.ts @@ -1,3 +1,5 @@ +/// <reference lib="dom" /> + import { parameter_bool, parameter_number } from "./helper.ts"; import { log } from "./logger.ts"; import { RemoteUser } from "./remote_user.ts"; |