Update checked-in dependencies
This commit is contained in:
parent
6b0d45a5c6
commit
cc1adb825a
4247 changed files with 144820 additions and 149530 deletions
7
node_modules/table/dist/makeStreamConfig.d.ts
generated
vendored
Normal file
7
node_modules/table/dist/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: (userConfig: StreamUserConfig) => StreamConfig;
|
||||
Loading…
Add table
Add a link
Reference in a new issue