Skip to content

[Replacement]: from2-string #869

Description

@gameroman

Package to replace

from2-string

Suggested replacement(s)

import { Readable } from 'node:stream'

const stream = Readable.from('Hello, World!')

or

const stream = new Blob(['Hello, World!']).stream()

Manifest type

native (replaceable by a built-in platform feature)

Rationale

Same as #866

Availability

No response

Code example (optional)

Metadata

Metadata

Assignees

No one assigned

    Labels

    acceptedUsed to signal if a suggested replacement has been accepted.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions