Create a new Io instance to use in your application.
Each created instance is a singleton for the given options. As such, repeated calls with the same options will return the same instance.
Usage:
import cislio from '@cisl/io';const io = cislio();
See cog-loader#options for details on options, however the defaults should usually suffice in most cases.
Generated using TypeDoc
Create a new Io instance to use in your application.
Each created instance is a singleton for the given options. As such, repeated calls with the same options will return the same instance.
Usage:
See cog-loader#options for details on options, however the defaults should usually suffice in most cases.