mirror of
https://github.com/danbulant/jose
synced 2026-05-24 20:41:46 +00:00
style: indent index.d.ts
This commit is contained in:
parent
98af967ef6
commit
baa2f4d04b
1 changed files with 3 additions and 3 deletions
6
lib/index.d.ts
vendored
6
lib/index.d.ts
vendored
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue