UNPKG

create-kt-plugin

Version:

A template for creating a KT plugins for ExtendScript

8 lines (7 loc) 140 B
export class Test { private name = 'Test'; private version = '1.0.0'; constructor() { $.writeln('Test constructor'); } }