blob: 55c60921f7c8775160ee7d85a11c14334f0c1f14 [file] [log] [blame]
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/**
* @fileoverview Partial definitions for ECMAScript 6. To compile Files.app, some
* definitions are defined in this file. They should be removed once they are
* ready in closure compiler by default.
* @externs
*/
/**
* @param {string} searchString
* @param {number=} opt_position
*/
String.prototype.startsWith = function(searchString, opt_position) {};