Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kurone-kito/jsonresume-types

📦 TypeScript type definition for JSON Resume; since 2019.10
https://github.com/kurone-kito/jsonresume-types

json-resume jsonresume typescript typescript-definitions

Last synced: 24 days ago
JSON representation

📦 TypeScript type definition for JSON Resume; since 2019.10

Awesome Lists containing this project

README

        

# 📦 `@kurone-kito/jsonresume-types`

TypeScript type definition for [JSON Resume](http://jsonresume.org)

## Pros

- No dependencies (only devDependencies)
- No logic (only type definition)

## System requirement

- Node.js >= v18.18

## Usage

```sh
npm install -D @kurone-kito/jsonresume-types
```

```TypeScript
import { ResumeSchema } from '@kurone-kito/jsonresume-types';

export const render = (json: ResumeSchema) => {
// ...
};
```

## License

MIT