UNPKG

@anysphere/scip-typescript

Version:

SCIP indexer for TypeScript and JavaScript

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