UNPKG
vite-plugin-mdx
Version:
alpha (2.0.0-alpha.1)
latest (3.6.1)
pnpm-temp (0.3.7)
3.6.1
3.6.0
3.5.11
3.5.10
3.5.9
3.5.8
3.5.7
3.5.6
3.5.5
3.5.4
3.5.3
3.5.2
3.5.1
3.5.0
3.4.0
3.3.2
3.3.1
3.3.0
3.2.2
3.2.1
3.1.1
3.1.0
3.0.0
2.0.1
2.0.0
2.0.0-alpha.1
2.0.0-alpha.0
0.4.1
0.4.0
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.1.2
0.1.1
0.1.0
0.0.2
0.0.1
Vite plugin for MDX
github.com/brillout/vite-plugin-mdx
brillout/vite-plugin-mdx
vite-plugin-mdx
/
dist
/
common.js
8 lines
•
257 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
mergeArrays
=
void
0
;
function
mergeArrays
(
a = [], b = []
) {
return
a.
concat
(b).
filter
(
Boolean
); }
exports
.
mergeArrays
= mergeArrays;
//# sourceMappingURL=common.js.map