diff options
Diffstat (limited to 'lib/src/lustre.gleam')
-rw-r--r-- | lib/src/lustre.gleam | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/src/lustre.gleam b/lib/src/lustre.gleam index ec04f3e..2585a5b 100644 --- a/lib/src/lustre.gleam +++ b/lib/src/lustre.gleam @@ -253,3 +253,8 @@ pub fn start( pub fn is_browser() -> Bool { False } + +@external(javascript, "./lustre.ffi.mjs", "is_registered") +pub fn is_registered(_name: String) -> Bool { + False +} |