projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
9f5332968dee53ba4f853c131b9181766a05983c
[platform/framework/web/crosswalk-tizen.git]
/
1
2
3
//automatically generated, do not edit!
4
//run `node build` instead
5
module.exports = {
6
'convert' : require('./time/convert'),
7
'now' : require('./time/now'),
8
'parseMs' : require('./time/parseMs'),
9
'toTimeString' : require('./time/toTimeString')
10
};
11
12