OpenHPS/openhps-rdf

View on GitHub
src/bin/types.ts

Summary

Maintainability
A
0 mins
Test Coverage
export type Namespaces = { [alias: string]: string };
export type Mirrors = { [namespace: string]: string };