Sha256: 249ea617465ebbeb5013dc023a95f2d41aaffdb00b7378245c138031340691fb
Contents?: true
Size: 329 Bytes
Versions: 1
Compression:
Stored size: 329 Bytes
Contents
import type { StreamUserConfig } from './types/api'; import type { StreamConfig } from './types/internal'; /** * Makes a new configuration object out of the userConfig object * using default values for the missing configuration properties. */ export declare const makeStreamConfig: (config: StreamUserConfig) => StreamConfig;
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
trusty-cms-6.3.1 | node_modules/table/dist/src/makeStreamConfig.d.ts |