UNPKG

@svta/common-media-library

Version:
16 lines 408 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.symbolToStr = symbolToStr; /** * Converts a symbol to a string. * * @param symbol - The symbol to convert. * * @returns The string representation of the symbol. * * @internal */ function symbolToStr(symbol) { return symbol.description || symbol.toString().slice(7, -1); } //# sourceMappingURL=symbolToStr.js.map