xmla4js
Version:
Javascript interface for XML for Analysis
29 lines (24 loc) • 1.26 kB
JavaScript
/*
Copyright 2009,2010,2011 Roland Bouman
contact: Roland.Bouman@gmail.com ~ http://rpbouman.blogspot.com/ ~ http://code.google.com/p/xmla4js
twitter: @rolandbouman
These are the externs definition for xmla4js.
These are required to build xmla4js with the google closure compiler.
You do not need to include this file in your webpage or node environment.
All it does is make sure typical things present in a node.js environment
are defined when running the google closure compiler.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
function require(arg) {}
function define(arg) {}
var exports;
function Buffer() {}