Skip to content
This repository has been archived by the owner on Apr 25, 2019. It is now read-only.

Create Contexts

Vlad Pazych edited this page Feb 16, 2017 · 1 revision
import { context } from '../lib/lib';

class all {
    core = context()
    meta = context()
};

export default new all();
Clone this wiki locally