UNPKG

rerumaccusamus

Version:

The meta-framework suite designed from scratch for frontend-focused modern web development.

16 lines (13 loc) 186 B
import { Metrics } from '../type'; const metrics: Metrics = { gauges() { // no impl }, counter() { // no impl }, timer() { // no impl }, }; export { metrics };