Usage

const report = await nameguard.inspectName("nick.eth");

Options

You can override the network used for inspectName using the second argument:

const report = await nameguard.inspectName("nick.eth", {
  network: "...",
});