Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat request: provide formatters shortcuts #764

@antongolub

Description

@antongolub
const p = await $`cmd arg`

const json = await $`cmd arg`.json()
const json2 = p.json()
const str = await $`cmd arg`.text()

//
.text()
.json()
.buffer()
.stream()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions