UNPKG

ember-ajax

Version:

Service for making AJAX requests in Ember applications.

4 lines (3 loc) 84 B
export default function isString(object) { return typeof object === 'string'; }