UNPKG

images-set-to-webp-converter

Version:

Powerful util for images (.png | .jpeg | .jpg) set conversion to .webp, generated by Abobe Images Processor Pro plugin

8 lines (6 loc) 195 B
import isNotPath from '../src/utils/isNotPath' describe('isNotPath()', () => { it('should return true if non-path provided', () => { expect(isNotPath('element.webp')).toBeTruthy() }) })