版博士V2.0程序
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

void.d.ts 280 B

123456789101112131415
  1. /**
  2. * @since 2.11.0
  3. */
  4. import * as M from './Monoid'
  5. import * as Se from './Semigroup'
  6. /**
  7. * @category instances
  8. * @since 2.11.0
  9. */
  10. export declare const Semigroup: Se.Semigroup<void>
  11. /**
  12. * @category instances
  13. * @since 2.11.0
  14. */
  15. export declare const Monoid: M.Monoid<void>