Skip to content

Commit

Permalink
Added @module
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderOMara committed Dec 7, 2024
1 parent 16a32f0 commit d50f325
Show file tree
Hide file tree
Showing 116 changed files with 696 additions and 0 deletions.
6 changes: 6 additions & 0 deletions crc-10/atm.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-10/ATM
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
6 changes: 6 additions & 0 deletions crc-10/cdma2000.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-10/CDMA2000
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
6 changes: 6 additions & 0 deletions crc-10/gsm.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-10/GSM
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
6 changes: 6 additions & 0 deletions crc-11/flexray.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-11/FLEXRAY
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
6 changes: 6 additions & 0 deletions crc-11/umts.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-11/UMTS
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
6 changes: 6 additions & 0 deletions crc-12/cdma2000.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-12/CDMA2000
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
6 changes: 6 additions & 0 deletions crc-12/dect.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-12/DECT
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
6 changes: 6 additions & 0 deletions crc-12/gsm.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-12/GSM
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
6 changes: 6 additions & 0 deletions crc-12/umts.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-12/UMTS
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
6 changes: 6 additions & 0 deletions crc-13/bbc.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-13/BBC
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
6 changes: 6 additions & 0 deletions crc-14/darc.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-14/DARC
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
6 changes: 6 additions & 0 deletions crc-14/gsm.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-14/GSM
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
6 changes: 6 additions & 0 deletions crc-15/can.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-15/CAN
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
6 changes: 6 additions & 0 deletions crc-15/mpt1327.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-15/MPT1327
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
6 changes: 6 additions & 0 deletions crc-16/arc.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-16/ARC
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
6 changes: 6 additions & 0 deletions crc-16/cdma2000.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-16/CDMA2000
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
6 changes: 6 additions & 0 deletions crc-16/cms.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-16/CMS
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
6 changes: 6 additions & 0 deletions crc-16/dds-110.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-16/DDS-110
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
6 changes: 6 additions & 0 deletions crc-16/dect-r.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-16/DECT-R
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
6 changes: 6 additions & 0 deletions crc-16/dect-x.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-16/DECT-X
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
6 changes: 6 additions & 0 deletions crc-16/dnp.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-16/DNP
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
6 changes: 6 additions & 0 deletions crc-16/en-13757.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-16/EN-13757
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
6 changes: 6 additions & 0 deletions crc-16/genibus.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-16/GENIBUS
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
6 changes: 6 additions & 0 deletions crc-16/gsm.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-16/GSM
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
6 changes: 6 additions & 0 deletions crc-16/ibm-3740.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-16/IBM-3740
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
6 changes: 6 additions & 0 deletions crc-16/ibm-sdlc.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-16/IBM-SDLC
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
6 changes: 6 additions & 0 deletions crc-16/iso-iec-14443-3-a.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-16/ISO-IEC-14443-3-A
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
6 changes: 6 additions & 0 deletions crc-16/kermit.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-16/KERMIT
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
6 changes: 6 additions & 0 deletions crc-16/lj1200.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-16/LJ1200
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
6 changes: 6 additions & 0 deletions crc-16/m17.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-16/M17
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
6 changes: 6 additions & 0 deletions crc-16/maxim-dow.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-16/MAXIM-DOW
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
6 changes: 6 additions & 0 deletions crc-16/mcrf4xx.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-16/MCRF4XX
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
6 changes: 6 additions & 0 deletions crc-16/modbus.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-16/MODBUS
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
6 changes: 6 additions & 0 deletions crc-16/nrsc-5.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-16/NRSC-5
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
6 changes: 6 additions & 0 deletions crc-16/opensafety-a.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-16/OPENSAFETY-A
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
6 changes: 6 additions & 0 deletions crc-16/opensafety-b.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-16/OPENSAFETY-B
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
6 changes: 6 additions & 0 deletions crc-16/profibus.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-16/PROFIBUS
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
6 changes: 6 additions & 0 deletions crc-16/riello.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-16/RIELLO
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
6 changes: 6 additions & 0 deletions crc-16/spi-fujitsu.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-16/SPI-FUJITSU
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
6 changes: 6 additions & 0 deletions crc-16/t10-dif.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
*
* CRC-16/T10-DIF
*/

import { crc, type CrcInterface } from '../crc.ts';

/**
Expand Down
Loading

0 comments on commit d50f325

Please sign in to comment.