UNPKG

liberry

Version:

liberry is a command utility to help you easily set up, develop, and host your own project pattern library.

10 lines (9 loc) 163 B
import {Pipe} from '@angular/core'; @Pipe({ name: "keys" }) export class KeysPipe { transform(value) { return Object.keys(value); } }