1.0.0 • Published 10 months ago
@fua/module.persistence.filesystem v1.0.0
@fua/module.persistence.filesystem
Interface
interface FileSystemStoreFactory extends DataStoreCoreFactory {
store(graph: NamedNode, directory: string): FileSystemStore;
};
1.0.0
10 months ago