blob: 6f518811b56f9bc3a6db3945df433a35df977eb9 [file] [log] [blame]
// 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) {};