UNPKG

hummus-recipe

Version:

A powerful PDF tool for NodeJS based on HummusJS

11 lines (9 loc) 176 B
"use strict"; module.exports = function (value) { try { return value.toString(); } catch (error) { try { return String(value); } catch (error2) { return null; } } };