Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

convert-to-string

bedrockcoder3MITdeprecated1.1.1TypeScript support: included

This package is no longer maintained, use native JavaScript features instead. See this gist https://gist.github.com/jsmon/2cbee6ff427624743d05d71b23118705

Convert any data type into a string

string, convert-to-string, tostring, to-string, stringify

readme

changelog

Changelog

Every change that is made to the convert-to-string package will be documented here:

v1.0.0

Description

Added the convertToString function that accepts all data types

Commits

ba9476c Finished v1.0.0 code

v1.0.1

Description

Fixed some mistakes in the JavaScript example on the README, made the code accept asyncronous functions and display async, fixed the type definitions and updated tests.

Commits

f1e7c96 Updated README
090334b Added async keyword before async functions
846720d Fixed types, updated tests
2f27a01 Fixed tests