UNPKG

@resk/core

Version:

An innovative TypeScript framework that empowers developers to build applications with a fully decorator-based architecture for efficient resource management. By combining the power of decorators with a resource-oriented design, DecorRes enhances code cla

10 lines (9 loc) 306 B
import { ICurrency } from "./types"; declare const _default: { getFormat: (force?: boolean) => string; setFormat: (format: string) => any; setCurrency: (currency: ICurrency | string) => ICurrency; getCurrency: () => ICurrency; defaultCurrencyFormat: string; }; export default _default;