eudgc
Version:
EuDGC (European Digital Green Certificate) handling in Javascript and Typescript
20 lines (17 loc) • 448 B
TypeScript
/*
* Licensed to the Apache Software Foundation (ASF) under one or more contributor
* license agreements; and to You under the Apache License, Version 2.0. "
*/
/*
* Written by Scopevisio AG 2021
*/
/*
* some type definitions just to make things work
*
*/
declare module "base45";
declare module "zlib";
declare module "browserify-zlib";
declare module "stream-browserify";
declare module "crypto-browserify";
declare module "cbor-web";