UNPKG
@ztl-uwu/nuxt-content
Version:
latest (2.14.1)
2.14.1
2.14.0
2.13.9
2.13.8
2.13.7
2.13.6
2.13.5
Write your content inside your Nuxt app
content.nuxt.com
ztl-uwu/nuxt-content
@ztl-uwu/nuxt-content
/
dist
/
runtime
/
utils
/
config.d.ts
5 lines
(4 loc)
•
186 B
TypeScript
View Raw
1
2
3
4
5
/** * Creates a predicate to test storage keys `foo:bar:baz` against configured `ignores` patterns */
export
declare
function
makeIgnored
(
ignores:
string
[]
): (
key:
string
) =>
boolean
;