create-expo-cljs-app
Version:
Create a react native application with Expo and Shadow-CLJS!
16 lines (12 loc) • 367 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GesturePropError = void 0;
class GesturePropError extends Error {
constructor(name, value, expectedType) {
super(`Invalid property \`${name}: ${value}\` expected \`${expectedType}\``);
}
}
exports.GesturePropError = GesturePropError;
//# sourceMappingURL=Errors.js.map
;