@ka1do/kit
Version:
9 lines (8 loc) • 343 B
TypeScript
import type { StreamUserConfig } from './types/api';
import type { StreamConfig } from './types/internal';
declare const _default: (userConfig: StreamUserConfig) => StreamConfig;
/**
* Makes a new configuration object out of the userConfig object
* using default values for the missing configuration properties.
*/
export default _default;