@fethcat/config
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

Config

Usage

Install package:

pnpm add @fethcat/config

Use module:

import { ConfigService } from '@fethcat/config'

async function fetch() {
  return 'list promise'
}

export const list = new ConfigService<string>(9000, fetch)

void list.getConfig()

Readme

Keywords

none

Package Sidebar

Install

npm i @fethcat/config

Weekly Downloads

2

Version

0.0.2

License

ISC

Unpacked Size

2.73 kB

Total Files

6

Last publish

Collaborators

  • fethcat