|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 2 weeks ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
269 bytes
|
| Rev | Line | |
|---|
| [9af201e] | 1 | import KeyValue from './KeyValue';
|
|---|
| 2 | export declare class DnsTxt {
|
|---|
| 3 | private binary;
|
|---|
| 4 | constructor(opts?: KeyValue);
|
|---|
| 5 | encode(data?: KeyValue): Buffer[];
|
|---|
| 6 | decode(buffer: Buffer): KeyValue;
|
|---|
| 7 | decodeAll(buffer: Array<Buffer>): KeyValue;
|
|---|
| 8 | }
|
|---|
| 9 | export default DnsTxt;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.