mirror of
https://github.com/knex/knex.git
synced 2025-09-26 08:33:59 +00:00
13 lines
210 B
JavaScript
13 lines
210 B
JavaScript
// Error
|
|
// -------
|
|
(function(define) {
|
|
|
|
"use strict";
|
|
|
|
define(function(require, exports) {
|
|
|
|
});
|
|
|
|
})(
|
|
typeof define === 'function' && define.amd ? define : function (factory) { factory(require, exports); }
|
|
); |