UNPKG

jj-fast-utils

Version:
8 lines (7 loc) β€’ 238 B
/** * Check whether the current environment supports webp images. εˆ€ζ–­ε½“ε‰ηŽ―ε’ƒζ˜―ε¦ζ”―ζŒ webp ζ ΌεΌηš„ε›Ύη‰‡. * * @return {boolean} Result. η»“ζžœ. */ declare const isSupportWebp: () => boolean; export default isSupportWebp;