projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
8a42fe0187354e5ed2ac35cbc3352ebd01e3380e
[platform/framework/web/crosswalk-tizen.git]
/
1
define(['./isKind'], function (isKind) {
2
/**
3
*/
4
function isString(val) {
5
return isKind(val, 'String');
6
}
7
return isString;
8
});