help wanted
仓库指标
- Star
- (1,739 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
Take a trick from Node's promisify(..) utility... if asked to promisify a function that has a special symbol on it, the function at that symbol is returned, instead of creating a new one. Allows overriding the behavior of wrap not with the config params, but with meta data on the function being wrapped. Clever and useful.