@visactor/vmind
Version:
<div align="center"> <a href="https://github.com/VisActor#gh-light-mode-only" target="_blank"> <img alt="VisActor Logo" width="200" src="https://github.com/VisActor/.github/blob/main/profile/logo_500_200_light.svg"/> </a> <a href="https://githu
5 lines (4 loc) • 310 B
TypeScript
export declare const getLanguageOfText: (text: string) => "chinese" | "english";
export declare const capitalize: (str: any) => string;
export declare const replaceAll: (originStr: string, replaceStr: string, newStr: string) => string;
export declare const extractFirstNumberInString: (str: string) => number;