UNPKG

@sourcegraph/scip-typescript

Version:
9 lines (7 loc) 194 B
import { propertyAssignment, shorthandPropertyAssignment, } from './property-assignment' export function run(): string { return propertyAssignment().a + shorthandPropertyAssignment().a }