interface Writable

interface Writable

lib/io/writable.tya:2

Writable provides the io/Writable standard library API.

Source
# Writable provides the io/Writable standard library API.
interface Writable
  # write provides the Writable API operation.
  # @param data Any data value.
  # @return Any the resulting value.
  write: data ->

Methods

write

Writable.write(data)

lib/io/writable.tya:6

write provides the Writable API operation.

Source
  # write provides the Writable API operation.
  # @param data Any data value.
  # @return Any the resulting value.
  write: data ->