File size: 79 Bytes
1e92f2d |
1 2 |
export default (value: unknown): value is string => typeof value === 'string';
|
1e92f2d |
1 2 |
export default (value: unknown): value is string => typeof value === 'string';
|