UNPKG

react-filerobot-video-editor

Version:

React component version of filerobot video editor (FVE).

1 lines 116 B
import{SOURCE_TYPES}from"./constants";var isVideo=function(a){return a===SOURCE_TYPES.VIDEO};export default isVideo;