swc/crates/swc_bundler/tests/.cache/deno/49f4ea8c5c52b8ea50750f742c1d228d56db5e1f.ts

7 lines
187 B
TypeScript
Raw Normal View History

// Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_isString.js
export default function _isString(x) {
return Object.prototype.toString.call(x) === '[object String]';
}