Skip to content

extend #8

@davidmarkclements

Description

@davidmarkclements

it's just sugar, but useful for encouraging convention:

Debug d('foo');
Debug d.extend('bar');

is the same as

Debug d('foo');
Debug d('foo:bar');

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions