Release v23.044 (from fd133747)

This commit is contained in:
jenkins
2023-02-02 13:31:14 +00:00
parent d6f0df64d2
commit a1183587d0
731 changed files with 2618 additions and 1297 deletions

5
charting_library.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
export * from './charting_library/charting_library';
declare module 'charting_library/datafeeds/udf/dist/bundle' {
const UDFCompatibleDatafeed: typeof import('./datafeeds/udf/src/udf-compatible-datafeed').UDFCompatibleDatafeed;
export { UDFCompatibleDatafeed };
}