GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

LangInstance

API/Type Aliases/LangInstance
seyfert/lib/langs/handler.d.ts

Signature

export type LangInstance = {    name: string;    file: FileLoaded<Record<string, any>>;    path?: string;};

Properties

3
namefilepath

Methods

0

No methods.

Properties

name#
name: string;
file#
file: FileLoaded<Record<string, any>>;
path#
path?: string;