UNPKG

ember-ajax

Version:

Service for making AJAX requests in Ember applications.

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