0.0.4 • Published 1 year ago

@fethcat/config v0.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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()
0.0.3

1 year ago

0.0.4

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago