File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5959export const SERIALIZE_TO_IPC_FN = '__TAURI_TO_IPC_KEY__'
6060
6161/**
62- * Stores the callback in a know location, and returns a number identifier that can be passed to the backend.
62+ * Stores the callback in a known location, and returns an identifier that can be passed to the backend.
6363 * The backend uses the identifier to `eval()` the callback.
6464 *
6565 * @return An unique identifier associated with the callback function.
@@ -326,7 +326,7 @@ export class Resource {
326326}
327327
328328function isTauri ( ) : boolean {
329- // eslint-disable-next-line @typescript-eslint/no-explicit-any,@typescript-eslint/no-unsafe-member-access
329+ // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-member-access
330330 return ! ! ( ( globalThis as any ) || window ) . isTauri
331331}
332332
You can’t perform that action at this time.
0 commit comments