manners
Predefined manners configurations.
The manners component allows you to tweak various behaviours of a Webnative program, such as logging and file system hooks (eg. what to do after a new file system is created).
const manners: {
default(settings: Configuration): Manners.Implementation;
};