mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 11:11:30 +03:00
14 lines
233 B
JavaScript
14 lines
233 B
JavaScript
declare({
|
|
globals: /** @lends */ {
|
|
|
|
/** document me */
|
|
'test': function() { },
|
|
|
|
/** @namespace */
|
|
'test1': {
|
|
|
|
/** document me */
|
|
'test2': function() { }
|
|
}
|
|
}
|
|
}); |