mirror of
https://github.com/supanadit/short-url.git
synced 2024-11-25 03:46:21 +00:00
8 lines
104 B
JavaScript
8 lines
104 B
JavaScript
|
define( [
|
||
|
"./class2type"
|
||
|
], function( class2type ) {
|
||
|
"use strict";
|
||
|
|
||
|
return class2type.toString;
|
||
|
} );
|