UNPKG

@solid-data-modules/rdflib-utils

Version:

Utility functions for the development of Solid Data Modules for RDFLib.js

5 lines (4 loc) 143 B
/** * Generates a short ID that can be used for URI fragments, document or container names. */ export declare function generateId(): string;