packages feed

typst-0.1.0.0: test/typ/compiler/import-03.typ

// A module import without items.
#import "module.typ"
#test(module.b, 1)
#test(module.item(1, 2), 3)
#test(module.push(2), 3)