Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Global transformers #6

Open
nombrekeff opened this issue Jan 27, 2019 · 0 comments
Open

Global transformers #6

nombrekeff opened this issue Jan 27, 2019 · 0 comments
Labels
enhancement New feature or request feature-request

Comments

@nombrekeff
Copy link
Member

nombrekeff commented Jan 27, 2019

Add global transformers that apply to all templates generated by a formatter.

const formatter = strif.create({
  transformers: {
    trim: s => s.trim()
  },
  active: [  'trim'  ]
});
@nombrekeff nombrekeff added enhancement New feature or request feature-request labels Mar 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature-request
Projects
None yet
Development

No branches or pull requests

1 participant