You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
refactor: export types and utilities statically (#1908)
Allows users to access these additional types and utilities without having to create an instance first.
BREAKING CHANGE: `ipfs.util.isIPFS` and `ipfs.util.crypto` have moved to static exports and should be accessed via `const { isIPFS, crypto } = require('ipfs')`.
The modules available under `ipfs.types.*` have also become static exports.
License: MIT
Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
0 commit comments