UNPKG

orange-orm

Version:

Object Relational Mapper

3 lines (2 loc) 145 B
var startsWithCore = require('./startsWithCore'); module.exports = (context, ...rest) => startsWithCore.apply(null, [context, 'LIKE', ...rest]);