UNPKG

nsn-util

Version:

NSN工具辅助组件

4 lines (3 loc) 131 B
/** 获取文件 base64 编码 */ declare const getBase64: (file: File | Blob | undefined) => Promise<any>; export { getBase64, };