プログラミングを学び始めたとき、よく出てくるのが「文字列」という言葉。 TypeScriptでは、この「文字列」を扱うために string型 を使います。 今回はTypeScriptのstring型について詳しく見ていきます。 🧩 string型とは? string型は、文字の集まり(文字列)を ...
This library requires TypeScript 2.2 or later. If you require TypeScript 2.1 compatibility, version 0.2.0 of this library is the last one with support.