Skip to content

Commit

Permalink
try and trick standard into compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Jun 13, 2022
1 parent 8892159 commit 8e2868f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/bases/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ export interface MultibaseCodec<Prefix extends string> {
decoder: MultibaseDecoder<Prefix>
}


export interface UnibaseDecoder<Prefix extends string> extends MultibaseDecoder<Prefix> {
// Reserve this property so it can be used to derive type.
readonly decoders?: null
Expand Down
8 changes: 7 additions & 1 deletion src/interface.js
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
// this is dummy module overlayed by interface.ts
export * from './bases/interface.js'
export * from './hashes/interface.js'
export * from './codecs/interface.js'
export * from './cid/interface.js'
export * from './block/interface.js'

export const __interfaces = undefined
5 changes: 0 additions & 5 deletions src/interface.ts

This file was deleted.

0 comments on commit 8e2868f

Please sign in to comment.