0.0.4 • Published 7 years ago
@speelpleinwerking.com/example-data v0.0.4
Example data
npm i @speelpleinwerking.com/example-dataAlternatively:
npm i --save-dev @speelpleinwerking.com/example-dataWhat'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 playgroundsTypeScript
import { playgrounds } from '@speelpleinwerking.com/example-data';
playgrounds // List of example playgrounds