mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
made option map properties optional
This commit is contained in:
Vendored
+2
-2
@@ -6,8 +6,8 @@
|
||||
|
||||
declare module jsSHA {
|
||||
export interface OutputFormatOptions {
|
||||
outputUpper : boolean;
|
||||
b64Pad : string;
|
||||
outputUpper? : boolean;
|
||||
b64Pad? : string;
|
||||
}
|
||||
|
||||
export interface jsSHA {
|
||||
|
||||
Reference in New Issue
Block a user