aboutsummaryrefslogtreecommitdiff
path: root/src/types.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-05-24 16:52:00 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-05-24 16:52:00 +0200
commit96ef591fb9b453f0c37bcb3105d5f277d02d2f56 (patch)
tree8ebb5f8a16d03b0397685c16f615e87abf2ea432 /src/types.ts
parent8f35362dad9914cac16f421745a27a1cdd0f02bc (diff)
downloadwallet-core-96ef591fb9b453f0c37bcb3105d5f277d02d2f56.tar.xz
comments
Diffstat (limited to 'src/types.ts')
-rw-r--r--src/types.ts13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/types.ts b/src/types.ts
index 8fec79ef2..9b8facf78 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -1,6 +1,6 @@
/*
This file is part of TALER
- (C) 2015 GNUnet e.V.
+ (C) 2015-2017 GNUnet e.V. and INRIA
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
@@ -15,16 +15,17 @@
*/
/**
- * Common types that are used by Taler.
+ * Common types that are used by Taler and some helper functions
+ * to deal with them.
*
* Note most types are defined in wallet.ts, types that
* are defined in types.ts are intended to be used by components
- * that do not depend on the whole wallet implementation (which depends on
- * emscripten).
- *
- * @author Florian Dold
+ * that do not depend on the whole wallet implementation.
*/
+/**
+ * Imports.
+ */
import { Checkable } from "./checkable";
@Checkable.Class