UNPKG

z-utils-ts

Version:

使用TypeScript编写的工具函数库

4 lines (3 loc) 48 B
export function sum(a, b) { return a + b; }