comparison default/node_modules/tablesaw/src/tables.intro.shoestring.js @ 0:1d038bc9b3d2 default tip

Up:default
author Liny <dev@neowd.com>
date Sat, 31 May 2025 09:21:51 +0800
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1d038bc9b3d2
1 (function (root, factory) {
2 if (typeof define === 'function' && define.amd) {
3 define(["shoestring"], function (shoestring) {
4 return (root.Tablesaw = factory(shoestring, root));
5 });
6 } else if (typeof exports === 'object') {
7 module.exports = factory(require('shoestring'), root);
8 } else {
9 root.Tablesaw = factory(shoestring, root);
10 }
11 }(typeof window !== "undefined" ? window : this, function ($, window) {
12 "use strict";
13
14 var document = window.document;