@symbo.ls/scratch
Advanced tools
Comparing version 0.7.22 to 0.7.23
@@ -5,3 +5,3 @@ { | ||
"author": "symbo.ls", | ||
"version": "0.7.22", | ||
"version": "0.7.23", | ||
"files": [ | ||
@@ -8,0 +8,0 @@ "src" |
@@ -17,6 +17,6 @@ 'use strict' | ||
export const getTimingByKey = value => getSequenceValuePropertyPair( | ||
export const getTimingByKey = (value, property = 'timing') => getSequenceValuePropertyPair( | ||
value, | ||
'timing', | ||
property, | ||
TIMING | ||
) |
43331