UNPKG
kuyin-webpack-plugins
Version:
latest (1.7.2)
1.7.2
1.7.1
1.7.0
1.6.0
1.5.0
1.3.0
1.0.0
custom webpack, enhanced-resolve plugins
kuyin-webpack-plugins
/
lib
/
utils
/
shared.d.ts
5 lines
(4 loc)
•
263 B
TypeScript
View Raw
1
2
3
4
5
export
declare
function
cached
(
fn
:
Function
):
(
str
:
string
) =>
any
;
export
declare
const
existsSync
:
(
str
:
string
) =>
any
;
export
declare
function
startsWith
(
source
:
string
,
searchString
:
string
):
boolean
;
export
declare
const
getExtension
:
(
str
:
string
) =>
any
;