generated from dellevin/template
1
This commit is contained in:
7
node_modules/table/dist/src/makeStreamConfig.d.ts
generated
vendored
Normal file
7
node_modules/table/dist/src/makeStreamConfig.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user