UNPKG

aes70

Version:

A controller library for the AES70 protocol.

7 lines (5 loc) 148 B
import { OcaUint8 } from './OcaUint8.js'; import { Enum } from './Enum.js'; export function Enum8(DataType) { return Enum(DataType, OcaUint8); }