UNPKG
typicaljs
Version:
latest (0.1.0)
0.1.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Typical JavaScript utility.
github.com/codethestars/typicaljs
codethestars/typicaljs
typicaljs
/
tests
/
typical.js
9 lines
(8 loc)
•
221 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/*global define*/
(
function
(
)
{
'use strict'
;
define
([
'qunit-1.18.0'
,
'modules/array'
,
'modules/object'
], function (QUnit,
array
,
object
) { QUnit.
start
();
return
{
array
:
array
,
object
:
object
}; }); }());