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