UNPKG
@iimm/shared
Version:
latest (2.5.0)
2.5.0
2.4.2
2.4.1
2.4.0
2.3.0
2.2.0
2.1.2
2.1.1
2.1.0
2.0.0
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
shared utils on browser and react env
@iimm/shared
/
dist
/
esm
/
image
/
index.d.ts
5 lines
(4 loc)
•
249 B
TypeScript
View Raw
1
2
3
4
5
/** 检测是图片mimeType,即以 image/开头*/
export
declare
const
isImageMimeType
:
(
type
:
string
) =>
boolean
;
/** 检查是否为base64格式图片,即以data:image开头 */
export
declare
const
isBase64Image
:
(
str
:
string
) =>
boolean
;