UNPKG

@accounts/server

Version:

Fullstack authentication and accounts-management

4 lines (3 loc) 86 B
export const isString = (x: any): x is string => { return typeof x === 'string'; };