ql-for-ql

This commit is contained in:
Stephan Brandauer
2023-05-10 14:04:29 +02:00
parent cd388264d3
commit 79f2beca2a

View File

@@ -1,5 +1,5 @@
/**
* Helper class to represent a string value that can be returned by a query using $@ notation.
* A helper class to represent a string value that can be returned by a query using $@ notation.
*
* It extends `string`, but adds a mock `getURL` method that returns the string itself as a data URL.
*