forked from cory/tildefriends
require -> import
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3904 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
@@ -157,4 +157,4 @@ if (typeof String.prototype.utf8Decode == 'undefined') {
|
||||
if (typeof module != 'undefined' && module.exports) module.exports = Sha1; // CommonJs export
|
||||
if (typeof define == 'function' && define.amd) define([], function() { return Sha1; }); // AMD
|
||||
|
||||
exports.hash = Sha1.hash;
|
||||
export let hash = Sha1.hash;
|
||||
|
Reference in New Issue
Block a user