eslintwork/node_modules/table/dist/makeStreamConfig.d.ts
Martin Donnelly 9cbf1eea5b init
2021-06-24 09:26:17 +01:00

8 lines
333 B
TypeScript

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: (userConfig: StreamUserConfig) => StreamConfig;