-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathindex.d.ts
More file actions
15 lines (15 loc) · 795 Bytes
/
index.d.ts
File metadata and controls
15 lines (15 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import { InstantFlags } from "./lib/misc";
import { version } from "./lib/misc";
import { chipNames } from "./lib/misc";
import { getInstantLineValue } from "./lib/misc";
import { setInstantLineValue } from "./lib/misc";
import { getInstantLineValues } from "./lib/misc";
import { setInstantLineValues } from "./lib/misc";
import { instantMonitorEvent } from "./lib/misc";
import { instantMonitorEvents } from "./lib/misc";
import { Chip } from "./lib/chip";
import { Bulk } from "./lib/bulk";
import { Line } from "./lib/line";
import { Pin } from "./lib/line";
export { InstantFlags, version, chipNames, getInstantLineValue, setInstantLineValue, getInstantLineValues, setInstantLineValues, instantMonitorEvent, instantMonitorEvents, Chip, Bulk, Line, Pin };
//# sourceMappingURL=index.d.ts.map