UNPKG

149 BTypeScriptView Raw
1// eslint-disable-next-line @typescript-eslint/ban-types
2declare function thisStringValue(value: string | String): string;
3export = thisStringValue;