EmilyReed96989's picture
Upload folder using huggingface_hub
bda3cf9 verified
declare const isAmbiguous: (x: number) => boolean;
declare const isFullWidth: (x: number) => boolean;
declare const isWide: (x: number) => boolean;
export { isAmbiguous, isFullWidth, isWide };