UNPKG

@0xsequence/collectible-lists

Version:

📚 The Collectible Lists specification

10 lines (9 loc) • 319 B
import schema from './collectiblelist.schema.json'; export * from './types'; export * from './isVersionUpdate'; export * from './getVersionUpgrade'; export * from './diffCollectibleLists'; export * from './minVersionBump'; export * from './nextVersion'; export * from './versionComparator'; export { schema };