Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mifi/editly
/ checkTransition
Function
checkTransition
util.js:172–172 ·
view source on GitHub ↗
(transition)
Source
from the content-addressed store, hash-verified
170
171
// See #16
172
export
const
checkTransition = (transition) => assert(transition == null || typeof transition ===
'object'
,
'Transition must be an object'
);
Callers
2
Editly
Function · 0.90
parseConfig
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected