projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
fc8490fc916ac321200412e9761921946a57c8c3
[platform/framework/web/crosswalk-tizen.git]
/
1
'use strict';
2
3
var isImplemented = require('../../../../string/#/starts-with/is-implemented');
4
5
module.exports = function (a) { a(isImplemented(), true); };