How to get the a and b coefficients out of the DSP digital filter function?

Have you looked at DSP.jl 's functions coefa() and coefb() ?
E.g:

coefa(lowpass_filter)
coefb(lowpass_filter)