版博士V2.0程序
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

index.d.ts 130 B

123
  1. import { Options } from "no-case";
  2. export { Options };
  3. export declare function dotCase(input: string, options?: Options): string;