import { createMockableFunction } from '../mocking-implementation'; export const isSupported = createMockableFunction(() => true);