UNPKG

ntag424

Version:

A Node.js implementation for interop with NTAG 424 DNA.

6 lines (5 loc) 288 B
export * as validationAes from "./crypto/aes/validation.ts"; export type { CommMode } from "./serializer/commMode.ts"; export type * as configuration from "./serializer/configuration.ts"; export type * as fileSettings from "./serializer/fileSettings.ts"; export * from "./tagSession.ts";