UNPKG
@shikijs/engine-oniguruma
Version:
latest (4.0.2)
4.0.2
4.0.1
4.0.0
3.23.0
3.22.0
3.21.0
3.20.0
3.19.0
3.18.0
3.17.1
3.17.0
3.16.0
3.15.0
3.14.0
3.13.0
3.12.3
3.12.2
3.12.1
3.12.0
3.11.0
3.10.0
3.9.2
3.9.1
3.9.0
3.8.1
3.8.0
3.7.0
3.6.0
3.5.0
3.4.2
3.4.1
3.4.0
3.3.0
3.2.2
3.2.1
3.2.0
3.1.0
3.0.0
2.5.0
2.4.2
2.4.1
2.4.0
2.3.2
2.3.1
2.3.0
2.2.0
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
1.29.2
1.29.1
1.29.0
1.28.0
1.27.2
1.27.1
1.27.0
1.26.2
1.26.1
1.26.0
1.25.1
1.25.0
1.24.4
1.24.3
1.24.2
1.24.1
1.24.0
1.23.1
1.23.0
1.22.2
1.22.1
1.22.0
1.21.1
1.21.0
1.20.0
1.19.0
1.18.0
1.17.7
1.17.6
1.17.5
1.17.4
1.17.0
Engine for Shiki using Oniguruma RegExp engine in WebAssembly
github.com/shikijs/shiki
shikijs/shiki
@shikijs/engine-oniguruma
/
dist
/
wasm-inlined.d.mts
7 lines
(4 loc)
•
233 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
{ W
as
WebAssemblyInstantiator
}
from
'./chunk-index.d.mjs'
;
declare
const
wasmBinary
:
ArrayBuffer
;
declare
const
getWasmInstance
:
WebAssemblyInstantiator
;
export
{ getWasmInstance
as
default
, getWasmInstance, wasmBinary };