Complete residential site build with Docker Compose & Gitea Actions deployment
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import { ValueToken } from './tokenizer/tokens.js';
|
||||
import { ConvertState } from './types.js';
|
||||
/**
|
||||
* Converts given value token to string
|
||||
*/
|
||||
export default function stringify(token: ValueToken, state: ConvertState): string;
|
||||
Reference in New Issue
Block a user