made option map properties optional

This commit is contained in:
SirTobi
2015-11-22 20:34:52 +01:00
parent 76bd92c8ac
commit 6e12544cf9
+2 -2
View File
@@ -6,8 +6,8 @@
declare module jsSHA {
export interface OutputFormatOptions {
outputUpper : boolean;
b64Pad : string;
outputUpper? : boolean;
b64Pad? : string;
}
export interface jsSHA {