UNPKG

@antv/util

Version:

> AntV 底层依赖的工具库,不建议在自己业务中使用。

8 lines (5 loc) 156 B
import toString from './to-string'; const upperCase = function (str: string): string { return toString(str).toUpperCase(); }; export default upperCase;