UNPKG

generaltranslation

Version:

A language toolkit for AI developers

3 lines (2 loc) 173 B
import { VariableTransformationSuffix, VariableType } from '../types'; export declare function minifyVariableType(variableType: VariableTransformationSuffix): VariableType;