UNPKG

jsmodern

Version:

An extension to existing JavaScript, influenced by other great languages such as Rust, Dart, Java, Golang, etc.

8 lines 177 B
export const isEmpty = { label: 'isEmpty', fn: function mapIsEmpty() { const ctx = this; return !ctx.size; }, }; //# sourceMappingURL=is-empty.js.map