UNPKG

acsets

Version:

An implementation of acsets in typescript, compatible with ACSets.jl and pyacsets

4 lines (3 loc) 141 B
export { ACSet } from './acset'; export { Ob, Hom, AttrType, Attr, CatlabSchema, Schema } from './schema'; export * as graph from './graph';