UNPKG
mdui.editor
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Material Design 样式的富文本编辑器
github.com/zdhxiong/mdui.editor
zdhxiong/mdui.editor
mdui.editor
/
es
/
utils
/
format.d.ts
6 lines
(5 loc)
•
112 B
TypeScript
View Raw
1
2
3
4
5
6
/** * 格式化内存大小 *
@param
memory
*/
export
declare
function
memoryFormat
(
memory
:
number
):
string
;