mirror of
https://github.com/certd/certd.git
synced 2026-07-01 17:07:32 +08:00
5 lines
126 B
TypeScript
5 lines
126 B
TypeScript
import { createRegistry } from "../registry/index.js";
|
|
|
|
// @ts-ignore
|
|
export const accessRegistry = createRegistry("access");
|