mirror of
https://github.com/parnic/node-intellicenter.git
synced 2025-06-16 18:20:14 -05:00
Satisfy linter
This commit is contained in:
2
dist/finder.js
vendored
2
dist/finder.js
vendored
@ -1,5 +1,3 @@
|
||||
/* eslint-disable @typescript-eslint/no-unsafe-call */
|
||||
/* eslint-disable @typescript-eslint/no-unsafe-assignment */
|
||||
import { createSocket } from "dgram";
|
||||
import { EventEmitter } from "events";
|
||||
import debug from "debug";
|
||||
|
2
dist/finder.js.map
vendored
2
dist/finder.js.map
vendored
File diff suppressed because one or more lines are too long
@ -1,5 +1,3 @@
|
||||
/* eslint-disable @typescript-eslint/no-unsafe-call */
|
||||
/* eslint-disable @typescript-eslint/no-unsafe-assignment */
|
||||
import { createSocket, Socket } from "dgram";
|
||||
import { EventEmitter } from "events";
|
||||
import debug from "debug";
|
||||
|
@ -2,7 +2,7 @@ import { GetRequest, ICRequest, ICRequestObj } from "./request.js";
|
||||
|
||||
/**
|
||||
* Requests information about this controller such as owner, address, etc.
|
||||
*
|
||||
*
|
||||
* @returns the object used to issue this request
|
||||
*/
|
||||
export function GetSystemInformation(): ICRequest {
|
||||
|
Reference in New Issue
Block a user