haxxnz / nzcp-js

A verification library for COVID-19 Vaccine Passes in New Zealand
MIT License
37 stars 7 forks source link

Export types #37

Closed rafcontreras closed 3 years ago

rafcontreras commented 3 years ago

Expected Behavior

Types should be exported

import { VerificationResult } from "@vaxxnz/nzcp";

Actual Behavior

import { VerificationResult } from "@vaxxnz/nzcp";

\\ Module '"@vaxxnz/nzcp"' declares 'VerificationResult' locally, but it is not exported
noway commented 3 years ago

Should be fixed in 0.1.5!