UNPKG

async-usage

Version:

Declarative dynamic imports for everyone!

2 lines (1 loc) 69 B
export const isStr = (n: any): n is string => typeof n == 'string';