Closed icodeforlove closed 8 years ago
What are thoughts on changing the naming convention?
get(str1, str2); get(str1, str2, callback); // which replaces getAsync by arguments.length == 3
This would make it more compatible with something like promisification.
Good idea. Will do now.
Done. Pushed v2 with a slight performance update.
What are thoughts on changing the naming convention?
This would make it more compatible with something like promisification.