untitled notebook

node v18.11.0
version: 1.1.1
endpointsharetweet
const yaml = require('js-yaml'); const ymlString = `openapi: !!str 3.0.0 info: title: my-api description: Some description. version: !!str 6.0`; console.log(yaml.load(ymlString));
Loading…

no comments

    sign in to comment