npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "final" 的结果(共 9 个)
finalhandler

Node.js final http responder

MIT
strip-eof

Strip the final newline character from a string/buffer

MIT
promise.prototype.finally

ES Proposal spec-compliant shim for Promise.prototype.finally

MIT
p-finally

`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome

MIT
with-open-file

Do stuff with an open file, knowing it will finally be closed

MIT
strip-final-newline

Strip the final newline character from a string or Uint8Array

MIT
p-lazy

Create a lazy promise that defers execution until it's awaited or when `.then()`, `.catch()`, or `.finally()` is called

MIT
frep

Find and replace utility for node.js. Transform strings by running multiple RegExp or string find-and-replace patterns on a string in sequence, reducing the final string to the accumulated result of each transformation. Patterns can be strings (or arrays