packages feed

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

// Test default value.
#test((a: 1, b: 2).at("b", default: 3), 2)
#test((a: 1, b: 2).at("c", default: 3), 3)