mirror of
https://github.com/zhigang1992/now-deployment.git
synced 2026-06-16 11:49:51 +08:00
2 lines
63 B
TypeScript
2 lines
63 B
TypeScript
export default (process.platform === 'win32' ? 'Δ' : '𝚫');
|