We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b134673 commit 86bd26cCopy full SHA for 86bd26c
main.d.ts
@@ -1,6 +1,8 @@
1
declare module '@mathieuc/tradingview' {
2
import { EventEmitter } from 'events';
3
4
+ export * from './src/constants';
5
+
6
//src/client
7
export interface Session {
8
/**
0 commit comments