7 lines
125 B
TypeScript
7 lines
125 B
TypeScript
/**
|
|
* AFINN 165.
|
|
*
|
|
* @type {Record<string, number>}
|
|
*/
|
|
export const afinn165FinancialMarketNews: Record<string, number>;
|