Variable TO_BYTESConst

TO_BYTES: typeof TO_BYTES = ...

Symbol key for FileSize conversion method. Used to implement the IFileSize contract on file size objects.

This symbol prevents naming conflicts by using a unique symbol as the property key. Objects implementing IFileSize use this symbol to provide byte conversion.

IMPORT_PATH: "@daiso-tech/core/file-size/contracts"