MCPcopy
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
172export const checkTransition = (transition) => assert(transition == null || typeof transition === 'object', 'Transition must be an object');

Callers 2

EditlyFunction · 0.90
parseConfigFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected