mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-05 22:07:10 -04:00
8 lines
203 B
JavaScript
8 lines
203 B
JavaScript
import { parse } from 'iarna-toml-esm';
|
|
import { i as isNotThrowing } from './chunk-5697d061.js';
|
|
|
|
function isValidToml(toml) {
|
|
return isNotThrowing(() => parse(toml));
|
|
}
|
|
|
|
export { isValidToml as i };
|