UNPKG

react-carousel-query

Version:

A infinite carousel component made with react that handles the pagination for you.

10 lines (9 loc) 269 B
import KeyValue from './KeyValue'; export declare class DnsTxt { private binary; constructor(opts?: KeyValue); encode(data?: KeyValue): Buffer[]; decode(buffer: Buffer): KeyValue; decodeAll(buffer: Array<Buffer>): KeyValue; } export default DnsTxt;