UNPKG

@svta/common-media-library

Version:
13 lines 303 B
/** * Converts a symbol to a string. * * @param symbol - The symbol to convert. * * @returns The string representation of the symbol. * * @internal */ export function symbolToStr(symbol) { return symbol.description || symbol.toString().slice(7, -1); } //# sourceMappingURL=symbolToStr.js.map