UNPKG

extendable-immutable

Version:

Wraps around Immutable.js to turn it inheritable

10 lines (8 loc) 214 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var startsWith = function startsWith(str, needle) { return str.slice(0, needle.length) === needle; }; exports.default = startsWith;