| // Copyright 2019 The ChromiumOS Authors | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| /** | |
| * @fileoverview Externs definitions for punycode used in nassh. | |
| * | |
| * @externs | |
| */ | |
| var punycode$$module$js$deps_punycode_rollup = {}; | |
| /** | |
| * @param {string} input | |
| * @return {string} | |
| */ | |
| punycode$$module$js$deps_punycode_rollup.toASCII = function(input) {}; |