File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
1414limitations under the License.
1515*/
1616
17- import bs58 from 'bs58' ;
17+ import * as bs58 from 'bs58' ;
1818
1919// picked arbitrarily but to try & avoid clashing with any bitcoin ones
2020// (which are also base58 encoded, but bitcoin's involve a lot more hashing)
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
1414limitations under the License.
1515*/
1616
17- import request from "request" ;
17+ import * as request from "request" ;
1818
1919import * as matrixcs from "./matrix" ;
2020import * as utils from "./utils" ;
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ limitations under the License.
2323import unhomoglyph from "unhomoglyph" ;
2424import promiseRetry from "p-retry" ;
2525
26- import type NodeCrypto from "crypto" ;
26+ import type * as NodeCrypto from "crypto" ;
2727import { MatrixEvent } from "." ;
2828import { M_TIMESTAMP } from "./@types/location" ;
2929
You can’t perform that action at this time.
0 commit comments