UNPKG

@ribajs/core

Version:

Core module of Riba.js

9 lines (7 loc) 178 B
import { sizeFormatter } from "./size.formatter.js"; export const emptyFormatter = { name: "empty", read(a: any[] | string) { return sizeFormatter.read(a) <= 0; }, };