UNPKG

@streamyx/api

Version:

Build extensions for Streamyx with Node.js

19 lines (15 loc) 467 B
import './types/global'; import { Extension } from './types/extension'; export * from './types/app'; export * from './types/http'; export * from './types/logger'; export * from './types/question'; export * from './types/common'; export * from './types/options'; export * from './types/extension'; export function defineExtension(extension: Extension): Extension; export function decrypt( publicKey: Buffer, inputPath: string, outputPath?: string, ): string;