An incremunica Naive Guard Actor.
$ yarn add @incremunica/actor-guard-naive
After installing, this package can be added to your engine's configuration as follows:
{
"@context": [
...
"https://linkedsoftwaredependencies.org/bundles/npm/@incremunica/actor-guard-naive/^1.0.0/components/context.jsonld"
],
"actors": [
...
{
"@id": "urn:comunica:default:guard/actors#naive",
"@type": "ActorGuardNaive"
}
]
}
Generated using TypeDoc