Fewer provides a collection of pre-built pipes, but it is often useful to create custom pipes in your application. Pipes are just objects that can contain the three following functions: prepare, validate, and use. pipe.prepare() pipe.validate() pipe.use()