UNPKG

@tarojsx/library

Version:
8 lines (7 loc) 246 B
export declare function uuid(len?: number, radix?: number): string; /** * 替换 camelCase 为 dashedCase. * * @see https://github.com/NervJS/taro/blob/next/packages/shared/src/utils.ts */ export declare function toDashed(s: string): string;