UNPKG

@elgato/streamdeck

Version:

The official Node.js SDK for creating Stream Deck plugins.

9 lines (8 loc) 300 B
import { type Language } from "../api"; import { type JsonObject } from "../common/json"; /** * Loads a locale from the file system. * @param language Language to load. * @returns Contents of the locale. */ export declare function fileSystemLocaleProvider(language: Language): JsonObject | null;