1 2 3 4 5 6 7
import { Transform } from './base'; export class ID extends Transform { constructor() { super('id'); } }