mirror of
https://github.com/certd/certd.git
synced 2026-04-14 20:40:53 +08:00
5 lines
118 B
TypeScript
5 lines
118 B
TypeScript
import { Registry } from "../registry/index.js";
|
|
|
|
// @ts-ignore
|
|
export const accessRegistry = new Registry("access");
|