UNPKG

@qudtlib/core

Version:

Data model for QUDTLib

1 lines 542 B
{"version":3,"sources":["baseTypes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAEjC,MAAM,MAAM,cAAc,GAAG,IAAI,GAAG,MAAM,CAAC;AAC3C,MAAM,MAAM,iBAAiB,GAAG,cAAc,EAAE,CAAC;AAEjD,MAAM,WAAW,cAAc,CAAC,IAAI;IAClC,MAAM,CAAC,KAAK,CAAC,EAAE,IAAI,GAAG,OAAO,CAAC;CAC/B","file":"baseTypes.d.ts","sourcesContent":["import { Unit } from \"./unit.js\";\n\nexport type UnitOrExponent = Unit | number;\nexport type ExponentUnitPairs = UnitOrExponent[];\n\nexport interface SupportsEquals<Type> {\n equals(other?: Type): boolean;\n}\n"]}