newsnow/server/glob.d.ts

28 lines
1.4 KiB
TypeScript
Raw Normal View History

2024-10-25 03:06:03 +08:00
/* eslint-disable */
declare module 'glob:./sources/{*.ts,**/index.ts}' {
export const _36kr: typeof import('./sources/_36kr')
export const bilibili: typeof import('./sources/bilibili')
2024-10-25 03:06:03 +08:00
export const cankaoxiaoxi: typeof import('./sources/cankaoxiaoxi')
export const cls: typeof import('./sources/cls/index')
export const coolapk: typeof import('./sources/coolapk/index')
export const douyin: typeof import('./sources/douyin')
export const fastbull: typeof import('./sources/fastbull')
export const gelonghui: typeof import('./sources/gelonghui')
export const github: typeof import('./sources/github')
2024-10-25 12:05:24 +08:00
export const hackernews: typeof import('./sources/hackernews')
2024-10-25 03:06:03 +08:00
export const ithome: typeof import('./sources/ithome')
export const producthunt: typeof import('./sources/producthunt')
2024-10-25 11:46:53 +08:00
export const solidot: typeof import('./sources/solidot')
2024-10-25 03:06:03 +08:00
export const sputniknewscn: typeof import('./sources/sputniknewscn')
export const thepaper: typeof import('./sources/thepaper')
export const tieba: typeof import('./sources/tieba')
export const toutiao: typeof import('./sources/toutiao')
export const v2ex: typeof import('./sources/v2ex')
export const wallstreetcn: typeof import('./sources/wallstreetcn')
export const weibo: typeof import('./sources/weibo')
export const xueqiu: typeof import('./sources/xueqiu')
export const zaobao: typeof import('./sources/zaobao')
export const zhihu: typeof import('./sources/zhihu')
}