File "trim-left.js"

Full Path: C:/wamp64/www/INTERPRETE2/frontend/node_modules/core-js/es/string/virtual/trim-left.js
File size: 224 bytes
MIME-type: text/plain
Charset: utf-8

'use strict';
require('../../../modules/es.string.trim-start');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');

module.exports = getBuiltInPrototypeMethod('String', 'trimLeft');