Can I do something like (implements? IWithMeta {}) from nbb? If so, in which namespace is IWithMeta?
I'm trying to translate https://github.com/AbhinavOmprakash/snitch/blob/main/src/snitch/core.cljc#L284 into being nbb-compatible.
I don't think you have to check fir IWithMeta before you can call meta,
meta will simply return nil for something non-IWithMeta
fair point!