Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
エピテキストで変数の型を関数またはインスタンスメソッドとして指定する正しい方法は何ですか?
私はこれを見ました:
@type cb: fn
そして私はこれも見ました:
@type cb: function or instancemethod