UNPKG
@gracious.tech/fetch-client
Version:
latest (1.0.0)
1.0.0
0.9.0
0.8.9
0.8.8
0.8.7
0.8.6
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.0
0.6.0
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
0.0.0
Interact with a fetch(bible) collection in an API-like way
fetch.bible
gracious-tech/fetch
@gracious.tech/fetch-client
/
dist
/
esm
/
licenses.d.ts
3 lines
(2 loc)
•
165 B
TypeScript
View Raw
1
2
3
import
{
UsageConfig
,
RuntimeLicense
}
from
'./types.js'
;
export
declare
function
filter_licenses
(
licenses: RuntimeLicense[], usage: UsageConfig
):
RuntimeLicense
[];