版博士V2.0程序
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

index.js 273 B

1234567
  1. "use strict";
  2. /**
  3. * Type defunctionalization (as describe in [Lightweight higher-kinded polymorphism](https://www.cl.cam.ac.uk/~jdy22/papers/lightweight-higher-kinded-polymorphism.pdf))
  4. *
  5. * @since 2.0.0
  6. */
  7. Object.defineProperty(exports, "__esModule", { value: true });