Open ncpleslie opened 4 years ago
index.d.ts is missing "device" in the Options interface. What is needed to fix this is adding the following after line 9:
readonly device?: string;
index.d.ts is missing "device" in the Options interface. What is needed to fix this is adding the following after line 9:
readonly device?: string;