UNPKG

@yookue/ts-lang-utils

Version:

Common lang utilities for typescript

3 lines 82 B
export function isPngImage(file) { return !!file && file.type === 'image/png'; }