UNPKG
@domoinc/multiline-chart
Version:
latest (4.0.7)
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
MultiLineChart - Domo Widget
@domoinc/multiline-chart
/
bower_components
/
moment
/
src
/
lib
/
create
/
utc.js
6 lines
(4 loc)
•
187 B
JavaScript
View Raw
1
2
3
4
5
6
import
{ createLocalOrUTC }
from
'./from-anything'
;
export
function
createUTC
(
input, format, locale, strict
) {
return
createLocalOrUTC
(input, format, locale, strict,
true
).
utc
(); }