node-modules / address

Get current machine IP and MAC address.
Other
233 stars 32 forks source link

type error #19

Closed jackple closed 4 years ago

jackple commented 4 years ago

https://github.com/node-modules/address/blob/master/lib/address.d.ts#L4

declare interface Address { p: string; ipv6: string; mac: string; } p is not right

whxaxes commented 4 years ago

fixed in https://github.com/node-modules/address/pull/20

fengmk2 commented 4 years ago

https://github.com/node-modules/address/pull/20