UNPKG

@nestjs-plugins/nestjs-nats-streaming-transport

Version:
4 lines (3 loc) 148 B
/// <reference types="node" /> import { Message } from "node-nats-streaming"; export declare const parseMessage: (msg: Message) => string | Buffer;