/ cloudformation-templates / node_modules / lodash / fp / sortedLastIndexOf.js
sortedLastIndexOf.js
1  var convert = require('./convert'),
2      func = convert('sortedLastIndexOf', require('../sortedLastIndexOf'));
3  
4  func.placeholder = require('./placeholder');
5  module.exports = func;