UNPKG

@nodescript/stdlib

Version:
11 lines (10 loc) 219 B
export const module = { version: '1.0.4', moduleName: 'Null', description: 'Creates a null value.', params: {}, result: { schema: { type: 'any' }, } }; export const compute = () => null;