Pipe a value through a series of async operations
const result = await pipe( draft, setContent("hello"), addTag("p", pubkey), sign(signer)); Copy
const result = await pipe( draft, setContent("hello"), addTag("p", pubkey), sign(signer));
Pipe a value through a series of async operations