Skip to content

Commit 46ece83

Browse files
fix(IsStringObject): return String object
1 parent 39a9582 commit 46ece83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
import { ResultCallback } from '../../type/result-callback.type';
2-
export type IsStringObject = (value: any, callback?: ResultCallback) => value is string;
2+
export type IsStringObject = (value: any, callback?: ResultCallback) => value is String;

0 commit comments

Comments
 (0)