@speelpleinwerking.com/example-data
v0.0.4
Published
``` npm i @speelpleinwerking.com/example-data ```
Downloads
4
Readme
Example data
npm i @speelpleinwerking.com/example-data
Alternatively:
npm i --save-dev @speelpleinwerking.com/example-data
What's inside
playgrounds
: A list of example playgrounds- Example playgrounds
maximumExample
: A playground that has all optional properties setminimumExample
: A playground that only has the bare minimum of propertiesdebugExample
: A playground that has all optional properties set with the property name for debugging
Usage
JavaScript
const exampleData = require('@speelpleinwerking.com/example-data');
exampleData.playgrounds // List of example playgrounds
TypeScript
import { playgrounds } from '@speelpleinwerking.com/example-data';
playgrounds // List of example playgrounds