bnutDecode function

String bnutDecode(
  1. List<int> data
)

Converts bytes to Squirrel code.

Implementation

String bnutDecode(List<int> data) => bnut.decode(data);