mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 07:17:50 +00:00
6 lines
74 B
JavaScript
6 lines
74 B
JavaScript
define(['./date/now'], function(now) {
|
|
return {
|
|
'now': now
|
|
};
|
|
});
|