코딩하는 둥둥

[ npm] Archiver 본문

Frontend/JavaScript

[ npm] Archiver

둥둥 2023. 1. 15. 16:54
728x90

Archiver

🔗 Link

 

archiver

a streaming interface for archive generation. Latest version: 5.3.1, last published: 10 months ago. Start using archiver in your project by running `npm i archiver`. There are 4110 other projects in the npm registry using archiver.

www.npmjs.com

  • 아카이브 생성을 위한 스트리밍 인터페이스
  • TAR 및 ZIP 아카이브를 즉시 지원
  • registerFormat에 추가 형식 등록 가능
  • isRegisteredFormat에 새 형식을 등록하기 전에 형식이 이미 존재하는지 확인 가능
    • ※ 형식은 미래에 미들웨어 접근 방식을 구현하기 위해 변경될 것
728x90

'Frontend > JavaScript' 카테고리의 다른 글

undefined와 null의 차이  (0) 2023.01.15
location.href와 location.replace의 차이점  (0) 2023.01.15
[File API] URL.createObjectURL()  (0) 2022.11.19
[File API] Bolb (Binary Large Object)  (0) 2022.11.19
this.'X' is not a function  (0) 2022.11.19