demo___customer_pitch-c4152739-a50b-4b5b-9d4d-0561461666d9.zip-extract/_dependencies/npm/lodash-4.17.20/_charsEndIndex.js

Path
demo___customer_pitch-c4152739-a50b-4b5b-9d4d-0561461666d9.zip-extract/_dependencies/npm/lodash-4.17.20/_charsEndIndex.js
Status
scanned
Type
file
Name
_charsEndIndex.js
Extension
.js
Programming language
JavaScript
Mime type
text/plain
File type
ASCII text
Tag

      
    
Rootfs path

      
    
Size
600 (600 bytes)
MD5
c96bf8f92332cc8b6e2233aef9b3ee85
SHA1
4164a27a922efe0dfb1dc15496d199152fd96599
SHA256
f5600b654adf18830a72edc7795cfd90e44a63cc30a5ee99b3d38b6824f44717
SHA512

      
    
SHA1_git
07908ff3aa1973c76737cc6b9a1578fa2884b148
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
_charsEndIndex.js | 600 bytes |

var baseIndexOf = require('./_baseIndexOf'); /** * Used by `_.trim` and `_.trimEnd` to get the index of the last string symbol * that is not found in the character symbols. * * @private * @param {Array} strSymbols The string symbols to inspect. * @param {Array} chrSymbols The character symbols to find. * @returns {number} Returns the index of the last unmatched string symbol. */ function charsEndIndex(strSymbols, chrSymbols) { var index = strSymbols.length; while (index-- && baseIndexOf(chrSymbols, strSymbols[index], 0) > -1) {} return index; } module.exports = charsEndIndex;
Package URL License Primary language
pkg:npm/acme-demo-app@1.0.0 JavaScript
pkg:npm/lodash@4.17.20 mit JavaScript