0.6.0 • Published 5 months ago

@fangcha/excel v0.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

tools

Some tools.

Installation

# Use npm
npm install @fangcha/tools

# Or use yarn
yarn add @fangcha/tools

Files

.
├── aws-sdk
│   ├── AwsOSS.ts
│   └── index.ts
├── backend
│   ├── JsonFile.ts
│   └── index.ts
├── common
│   ├── ApiVisitorModel.ts
│   ├── BasicAuth.ts
│   ├── CommonModels.ts
│   ├── CsvMaker.ts
│   ├── Descriptor.ts
│   ├── DiffMapper.ts
│   ├── DownCounter.ts
│   ├── FuncUtils.ts
│   ├── GuardPerformer.ts
│   ├── JsonChecker.ts
│   ├── LoopPerformer.ts
│   ├── SafePerformer.ts
│   ├── SafeTask.ts
│   ├── SetHelper.ts
│   ├── Signature.ts
│   ├── TemplateHelper.ts
│   ├── UrlHelper.ts
│   ├── channel
│   │   ├── ChannelModels.ts
│   │   ├── ChannelTask.ts
│   │   ├── ChannelTaskManager.ts
│   │   └── index.ts
│   ├── constants
│   │   ├── I18nCode.ts
│   │   ├── MyConstants.ts
│   │   ├── MyNotificationKeys.ts
│   │   └── index.ts
│   ├── index.ts
│   └── kit
│       ├── KitModels.ts
│       └── index.ts
├── cron
│   ├── CronJobManager.ts
│   └── index.ts
├── database
│   ├── DBOptionsBuilder.ts
│   ├── SearchBuilder.ts
│   └── index.ts
├── excel
│   ├── TypicalExcel.ts
│   └── index.ts
├── file-backend
│   ├── BackendFile.ts
│   └── index.ts
├── file-frontend
│   ├── FrontendFile.ts
│   └── index.ts
├── index.ts
├── queue
│   ├── MutexManager.ts
│   └── index.ts
└── request
├── BasicAuthProxy.ts
├── RequestFollower.ts
├── ServiceProxy.ts
└── index.ts
0.6.0

5 months ago

0.5.0

8 months ago

0.4.0

8 months ago

0.2.0

8 months ago

0.1.0

8 months ago