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