UNPKG

lambda-response-template

Version:

💬 A tiny utility for creating AWS Lambda response objects.

7 lines (6 loc) • 231 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isString(x) { return (typeof x !== 'undefined') && (Object.prototype.toString.call(x) === '[object String]'); } exports.isString = isString;