Skip to content

Commit 031bf2d

Browse files
committed
fix: more typescript type fixes
1 parent ee81930 commit 031bf2d

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

packages/ipfs-unixfs-exporter/src/resolvers/dag-cbor.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
const { CID } = require('multiformats/cid')
44
const errCode = require('err-code')
5-
// @ts-ignore
65
const dagCbor = require('@ipld/dag-cbor')
76

87
/**

packages/ipfs-unixfs-exporter/src/resolvers/unixfs-v1/content/file.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const { UnixFS } = require('ipfs-unixfs')
66
const errCode = require('err-code')
77
// @ts-ignore
88
const dagPb = require('@ipld/dag-pb')
9-
// @ts-ignore
109
const dagCbor = require('@ipld/dag-cbor')
1110
const mc = require('multicodec')
1211

packages/ipfs-unixfs-exporter/test/exporter.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const { UnixFS } = require('ipfs-unixfs')
66
const { CID } = require('multiformats/cid')
77
// @ts-ignore - TODO vmx 2021-03-25: add those typedefs
88
const dagPb = require('@ipld/dag-pb')
9-
// @ts-ignore - TODO vmx 2021-03-25: add those typedefs
109
const dagCbor = require('@ipld/dag-cbor')
1110
const rawCodec = require('multiformats/codecs/raw')
1211
const { sha256 } = require('multiformats/hashes/sha2')

0 commit comments

Comments
 (0)