Skip to content

method chaining #96

@tom-spalding

Description

@tom-spalding

chaining support would be nice

right now, we have to wrap everything

> Humanize = require("humanize-plus")
> Humanize.truncate(Humanize.titleCase("In 1998 they had this promotion for the Disney film Mulan, where they created a new sauce for the McNuggets called Szechuan sauce"), 14, "...etc")
'In 1998 ...etc'

compared to

> Humanize.titleCase("In 1998 they had this promotion for the Disney film Mulan, where they created a new sauce for the McNuggets called Szechuan sauce").truncate(14, "...etc")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions