sindresorhus / ansi-escapes

ANSI escape codes for manipulating the terminal
MIT License
494 stars 44 forks source link

type-fest is devDependency #20

Closed paulmillr closed 4 years ago

sindresorhus commented 4 years ago

It is not. It's used by index.d.ts, which is used by consumers: https://github.com/sindresorhus/ansi-escapes/blob/2e6a4359b10e4b0320e6dad9857ea04f0decbda4/index.d.ts#L2

paulmillr commented 4 years ago

ah, it's unclear if only js is used