node-redlock
node-redlock copied to clipboard
String script parameter(s) ignored
https://github.com/mike-marcacci/node-redlock/blob/b720d5fdbe5bb54316031aec8b2c15128dbfa8a9/src/index.ts#L238
Type signature above is string | ((script: string) => string)
, but here the parameter is ignored unless its type is "function"
.