mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-21 19:01:53 +02:00
8 lines
104 B
JavaScript
8 lines
104 B
JavaScript
|
define( [
|
||
|
"./class2type"
|
||
|
], function( class2type ) {
|
||
|
"use strict";
|
||
|
|
||
|
return class2type.toString;
|
||
|
} );
|