Buckets:
| export = address; | |
| declare interface Address { | |
| ip: string; | |
| ipv6: string; | |
| mac: string; | |
| } | |
| declare type AddressCallback = (err: Error, addr: Address) => void; | |
| declare type MacCallback = (err: Error, addr: string) => void; | |
| declare type DnsCallback = (err: Error, servers: string[]) => void; | |
| declare function address(interfaceName: string, callback: AddressCallback): void; | |
| declare function address(callback: AddressCallback): void; | |
| declare namespace address { | |
| const MAC_IP_RE: RegExp; | |
| const MAC_RE: RegExp; | |
| function dns(filepath: string, callback: DnsCallback): void; | |
| function dns(callback: DnsCallback): void; | |
| function ip(interfaceName?: string): any; | |
| function ipv6(interfaceName?: string): any; | |
| function mac(interfaceName: string, callback: MacCallback): void; | |
| function mac(callback: MacCallback): void; | |
| } | |
Xet Storage Details
- Size:
- 832 Bytes
- Xet hash:
- b3d8c86fe72a4301c4c1c772f963c0f4fe5ddd354c48f8558b28e2094d761fe4
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.