UNPKG
jm-mrc-components
Version:
latest (0.1.0)
0.1.0
移动端可复用组件库
jm-mrc-components
/
components
/
_util
/
common.ts
4 lines
(3 loc)
•
60 B
text/typescript
View Raw
1
2
3
4
export function
tuple
<
T
>(
...
args
: T[]
)
{
return
args
}