0.11.6 • Published 2 years ago

@chengdx/defa v0.11.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@chengdx/defa

Make the result of defu arrays reasonable.

import defa from '@chengdx/defa'

const _ = defu([1, 2, 3], [4, 5, 6]) // _ is  an object :{ 0: 1, 1: 2, 2: 3 }
const r = defuWithArray([1, 2, 3], [4, 5, 6]) // but r is an array: [1, 2, 3]
0.11.6

2 years ago

0.11.1

3 years ago

0.11.4

2 years ago

0.11.0

3 years ago

0.10.2

3 years ago

0.10.1

3 years ago

0.10.0

3 years ago

0.9.0

3 years ago

0.8.0

3 years ago

0.7.2

3 years ago