2020-08-11 02:53:10 +05:30

12 lines
197 B
Ruby

# typed: strict
module SPDX
include Kernel
def spdx_data; end
def download_latest_license_data!(to: JSON_PATH); end
def curl_download(*args, to: nil, partial: true, **options); end
end