UNPKG

koconut

Version:

Provide interchainable array, set, map and etc supporting both normal and async callbacks as their action arguments.

9 lines (8 loc) 292 B
import { KoconutLocale } from '../module'; export declare class KoconutOption { static isDeprecationWarningEnabled: boolean; static doesDeprecationWarningShowCallStack: boolean; private static _locale; static get locale(): KoconutLocale; static set locale(locale: KoconutLocale); }