mirror of
https://github.com/Instadapp/Swap-Aggregator-Subgraph.git
synced 2024-07-29 21:57:12 +00:00
8 lines
183 B
JavaScript
8 lines
183 B
JavaScript
/**
|
|
* @fileoverview Compiler transform interface.
|
|
* @license Apache-2.0
|
|
*/
|
|
|
|
// becomes replaced with the actual base by asc
|
|
exports.Transform = function Transform() { /* nop */ };
|