jiuyiUniapp/service/node_modules/nullthrows/nullthrows.js.flow

4 lines
79 B
Plaintext
Raw Normal View History

2025-02-13 09:59:20 +08:00
/* @flow strict */
declare module.exports: <T>(x: ?T, message?: string) => T;