mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
added little hex helper methods
This commit is contained in:
parent
18e6ec2121
commit
52e53edf63
@ -13,3 +13,11 @@ test = function(name, action) {
|
||||
test.tabout -= 2;
|
||||
};
|
||||
test.tabout = 0;
|
||||
|
||||
stringToHex = function(string) {
|
||||
|
||||
};
|
||||
|
||||
hexToString = function(hexArray) {
|
||||
return new Buffer(hexArray).toString('utf8');
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user