初始化
This commit is contained in:
28
utils/text-encoding-0.6.3/util/externs.js
Normal file
28
utils/text-encoding-0.6.3/util/externs.js
Normal file
@@ -0,0 +1,28 @@
|
||||
//
|
||||
// Externs for Closure Compiler
|
||||
// https://developers.google.com/closure/compiler/
|
||||
//
|
||||
// Usage:
|
||||
// java -jar compiler.jar \
|
||||
// --jscomp_warning reportUnknownTypes \
|
||||
// --warning_level VERBOSE \
|
||||
// --summary_detail_level 3 \
|
||||
// --externs util/externs.js \
|
||||
// lib/encoding.js
|
||||
//
|
||||
|
||||
/**
|
||||
* @param {string} name
|
||||
* @return {*}
|
||||
*/
|
||||
function require(name) {}
|
||||
|
||||
/**
|
||||
* @type {Object}
|
||||
*/
|
||||
var module;
|
||||
|
||||
/**
|
||||
* @type {Object.<string,*>}
|
||||
*/
|
||||
module.exports;
|
||||
Reference in New Issue
Block a user