UNPKG

@fanoutio/grip

Version:
6 lines 457 B
import { Channel } from '../data/index.js'; import { type IGripConfig } from '../engine/index.js'; export declare function parseChannels(inChannels: Channel | Channel[] | string | string[]): Channel[]; export declare function parseGripUri(uri: string, additional?: Record<string, string | undefined>): IGripConfig; export declare function createGripChannelHeader(channels: Channel | Channel[] | string | string[]): string; //# sourceMappingURL=grip.d.ts.map