The @scope decorator is used with other decorators such as @val and @module to declare a parent scope for the binding.
@scope
@val
@module
@scope("Math") @val external floor: float => int = "floor" let result = floor(3.4)
Global Modules