Function Server

  • When used on a method, will mark the method as server-only and will be stripped from the client

    Parameters

    • Rest ...args: []

    Returns AirshipDecorator<((target, property, descriptor) => void)>