UNPKG

starblast-modding

Version:

A powerful library for interacting with the Starblast Modding API

8 lines (6 loc) 161 B
'use strict'; module.exports = function (value) { try { return String(value) } catch (e) { try { return JSON.stringify(value) } catch (e) { return "" } } }