UNPKG
build-easy
Version:
latest (2.2.3)
2.2.3
2.2.2
2.2.1
2.2.0
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.9
2.0.8
library build tool.
github.com/l-zoy/build-easy
l-zoy/build-easy
build-easy
/
lib
/
alias.d.ts
7 lines
(6 loc)
•
156 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
default
function
replaceAll
(
options
: { ext:
string
; contents:
string
; dirname:
string
; aliasMap: Record<
string
,
string
>; }
):
string
;