UNPKG

gaunt-sloth-assistant

Version:

[![Tests and Lint](https://github.com/Galvanized-Pukeko/gaunt-sloth-assistant/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/Galvanized-Pukeko/gaunt-sloth-assistant/actions/workflows/unit-tests.yml) [![Integration Tests](https://github.co

10 lines 244 B
/** * Returns the provided text as is * @param _ config (unused in this provider) * @param text Text to return * @returns The provided text */ export async function get(_, text) { return text ?? null; } //# sourceMappingURL=text.js.map