Tag

.ts

1 views collected around this technical thread.

Code Mala Tang
Code Mala Tang
Jan 24, 2025 · Frontend Development

Should You Ditch .d.ts Files? Exploring .ts‑Only TypeScript Development

This article examines the role of .d.ts declaration files in TypeScript, compares them with .ts implementations, and discusses when it’s practical to replace .d.ts with .ts files while providing configuration tips for automatic type generation.

.tsd.tsfrontend development
0 likes · 6 min read
Should You Ditch .d.ts Files? Exploring .ts‑Only TypeScript Development
Python Programming Learning Circle
Python Programming Learning Circle
Apr 18, 2022 · Backend Development

Python Script for Parsing and Downloading Tencent Video via TS Files

This article presents a Python solution that parses Tencent video URLs, retrieves encrypted TS video segments through a third‑party VIP service, downloads them concurrently, and merges the segments into a playable MP4 file, detailing the required environment, workflow, and complete source code.

.tsMultithreadingbackend
0 likes · 8 min read
Python Script for Parsing and Downloading Tencent Video via TS Files