UNPKG

@ribajs/core

Version:

Core module of Riba.js

4 lines (3 loc) 169 B
import { Formatter } from "../../types/index.js"; export type FormatterFuntionParam = (this: any, ...args: any[]) => any; export declare const callFormatter: Formatter;