decko 1.2.0-4 source package in Ubuntu

Changelog

decko (1.2.0-4) sid; urgency=medium

  * Uploading to sid.
  * Updating copyright for 2024.
  * Updating to standards-version 4.7.0.

 -- Daniel Baumann <email address hidden>  Thu, 25 Jul 2024 06:26:14 +0200

Upload details

Uploaded by:
Daniel Baumann
Uploaded to:
Sid
Original maintainer:
Daniel Baumann
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
decko_1.2.0-4.dsc 1.8 KiB 76bd962cca37a90ccba6fd9c9716814f13b1ae5125c403d189859f5e635efe19
decko_1.2.0.orig.tar.xz 5.2 KiB 84c50150031ce6ca79926bb45deb8af803c5ce3659839863c680b5d2b2df3ae2
decko_1.2.0-4.debian.tar.xz 1.9 KiB af7b5ee39663a535e182548ecfe75a31d808f96e6eeeb9c4dceaa359187fe9cb

Available diffs

No changes file available.

Binary packages built by this source

node-decko: useful Javascript decorators

 Decorators help simplify code by replacing the noise of common patterns with
 declarative annotations.
 .
 Decko establishes 3 standard decorators that are immediately recognizable, so
 you can avoid creating decorators in your own codebase:
 .
   * @bind: make the value of this constant within a method
   * @debounce: throttle calls to a method
   * @memoize: cache return values based on arguments