UNPKG

recoder-code

Version:

Complete AI-powered development platform with ML model training, plugin registry, real-time collaboration, monitoring, infrastructure automation, and enterprise deployment capabilities

6 lines (4 loc) 124 B
'use strict' const compare = require('./compare') const lt = (a, b, loose) => compare(a, b, loose) < 0 module.exports = lt