Skip to content

Instantly share code, notes, and snippets.

@shikumiya-hata
Created October 21, 2020 09:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shikumiya-hata/62d98efe4465612a8aab6b321e0788f5 to your computer and use it in GitHub Desktop.
Save shikumiya-hata/62d98efe4465612a8aab6b321e0788f5 to your computer and use it in GitHub Desktop.
class Foo {
constructor() {
this._va = 0
}
}
/**
* Fooクラスを取得する
* @return {Foo} - Fooクラス
*/
function foo() { return Foo } // クラスを取得する
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment