UNPKG

ts-jsdk

Version:

TypeScript implementation of the Java platform

9 lines 158 B
export class FileFilter { accept(_f) { return true; } getDescription() { return ""; } } //# sourceMappingURL=FileFilter.js.map