UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

8 lines (7 loc) 214 B
export class GesturePropError extends Error { constructor(name: string, value: unknown, expectedType: string) { super( `Invalid property \`${name}: ${value}\` expected \`${expectedType}\`` ); } }