UNPKG

acebase-core

Version:

Shared AceBase core components, no need to install manually

10 lines 304 B
export class PathReference { /** * Creates a reference to a path that can be stored in the database. Use this to create cross-references to other data in your database * @param path */ constructor(path) { this.path = path; } } //# sourceMappingURL=path-reference.js.map