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 Mar 10, 2020. It is now read-only.
`template` if defined, must be a string `unixfs-dir` and if that is passed, the created node will be an empty unixfs style directory.
11
13
12
14
`callback` must follow `function (err, node) {}` signature, where `err` is an error if the operation was not successful and `node` is a MerkleDAG node of the type [DAGNode][]
13
15
@@ -256,5 +258,3 @@ If no `callback` is passed, a [promise][] is returned.
0 commit comments