UNPKG

@stacksjs/ts-validation

Version:

A simple TypeScript starter kit using Bun.

3 lines 182 B
import type { IsAlphaOptions } from './types'; export declare function isAlpha(_str: string, locale?: any, options?: IsAlphaOptions): boolean; export declare const locales: string[];