Skip to main content
Home
Works with
This package works with Deno
This package works with Deno
JSR Score94%
Published2 years ago (1.0.1)

Convert TypeScript to JSON

ts.json

Convert TypeScript to JSON

Usage

deno run https://jsr.io/dustinboston/ts-json ./example.ts > example.json

License

See LICENSE.

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@dustinboston/ts-json

Import symbol

import * as ts_json from "@dustinboston/ts-json";
or

Import directly with a jsr specifier

import * as ts_json from "jsr:@dustinboston/ts-json";