PK

ADDRLIN : /home/questend/public_html/domains/flaxzy.com/node_modules/es-abstract/helpers/
FLL :
Current File : /home/questend/public_html/domains/flaxzy.com/node_modules/es-abstract/helpers/isPrefixOf.js

'use strict';

var $strSlice = require('../helpers/callBound')('String.prototype.slice');

module.exports = function isPrefixOf(prefix, string) {
	if (prefix === string) {
		return true;
	}
	if (prefix.length > string.length) {
		return false;
	}
	return $strSlice(string, 0, prefix.length) === prefix;
};


PK 99
E-SHOP || DASHBOARD
404

Page Not Found

It looks like you found a glitch in the matrix...

← Back to Home