UNPKG

gl-react

Version:

Universal React library, write and compose WebGL shaders, implement complex effects using a descriptive paradigm

9 lines (8 loc) 165 B
declare module "invariant" { function invariant( condition: any, message: string, ...args: any[] ): asserts condition; export default invariant; }