create-expo-cljs-app
Version:
Create a react native application with Expo and Shadow-CLJS!
38 lines (37 loc) • 658 B
TypeScript
export declare enum ContextualKeyword {
NONE = 0,
_abstract = 1,
_as = 2,
_asserts = 3,
_async = 4,
_await = 5,
_checks = 6,
_constructor = 7,
_declare = 8,
_enum = 9,
_exports = 10,
_from = 11,
_get = 12,
_global = 13,
_implements = 14,
_infer = 15,
_interface = 16,
_is = 17,
_keyof = 18,
_mixins = 19,
_module = 20,
_namespace = 21,
_of = 22,
_opaque = 23,
_override = 24,
_private = 25,
_protected = 26,
_proto = 27,
_public = 28,
_readonly = 29,
_require = 30,
_set = 31,
_static = 32,
_type = 33,
_unique = 34
}