style: indent index.d.ts

This commit is contained in:
Filip Skokan 2019-07-22 22:40:15 +02:00
parent 98af967ef6
commit baa2f4d04b

6
lib/index.d.ts vendored
View file

@ -66,9 +66,9 @@ interface ImportOptions {
export namespace JWK {
interface pemEncodingOptions {
type?: string
cipher?: string
passphrase?: string
type?: string
cipher?: string
passphrase?: string
}
class Key {